Package model

Class ProcessorSystemConfigConfig


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class ProcessorSystemConfigConfig
    extends Object
    Configure how the `Processor` handles `Payment Instruments`.
    • Field Detail

      • SERIALIZED_NAME_CAN_DEBIT_BANK_ACCOUNT

        public static final String SERIALIZED_NAME_CAN_DEBIT_BANK_ACCOUNT
        See Also:
        Constant Field Values
      • openapiRequiredFields

        public static HashSet<String> openapiRequiredFields
    • Constructor Detail

      • ProcessorSystemConfigConfig

        public ProcessorSystemConfigConfig()
    • Method Detail

      • getCanDebitBankAccount

        @Nullable
        public Map<String,​Object> getCanDebitBankAccount()
        Set to true to allow the `Processor` to debit `Payment instrument with type **BANK_ACCOUNT** (i.e. eCheck).
        Returns:
        canDebitBankAccount
      • setCanDebitBankAccount

        public void setCanDebitBankAccount​(Map<String,​Object> canDebitBankAccount)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        IOException - if the JSON Object is invalid with respect to ProcessorSystemConfigConfig
      • fromJson

        public static ProcessorSystemConfigConfig fromJson​(String jsonString)
                                                    throws IOException
        Create an instance of ProcessorSystemConfigConfig given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of ProcessorSystemConfigConfig
        Throws:
        IOException - if the JSON string is invalid with respect to ProcessorSystemConfigConfig
      • toJson

        public String toJson()
        Convert an instance of ProcessorSystemConfigConfig to an JSON string
        Returns:
        JSON string