Package model
Class ProcessorSystemConfigConfig
- java.lang.Object
-
- model.ProcessorSystemConfigConfig
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class ProcessorSystemConfigConfig extends Object
Configure how the `Processor` handles `Payment Instruments`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProcessorSystemConfigConfig.CustomTypeAdapterFactory
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_CAN_DEBIT_BANK_ACCOUNT
-
Constructor Summary
Constructors Constructor Description ProcessorSystemConfigConfig()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessorSystemConfigConfigcanDebitBankAccount(Map<String,Object> canDebitBankAccount)booleanequals(Object o)static ProcessorSystemConfigConfigfromJson(String jsonString)Create an instance of ProcessorSystemConfigConfig given an JSON stringMap<String,Object>getCanDebitBankAccount()Set to true to allow the `Processor` to debit `Payment instrument with type **BANK_ACCOUNT** (i.e.inthashCode()ProcessorSystemConfigConfigputCanDebitBankAccountItem(String key, Object canDebitBankAccountItem)voidsetCanDebitBankAccount(Map<String,Object> canDebitBankAccount)StringtoJson()Convert an instance of ProcessorSystemConfigConfig to an JSON stringStringtoString()static voidvalidateJsonObject(com.google.gson.JsonObject jsonObj)Validates the JSON Object and throws an exception if issues found
-
-
-
Method Detail
-
canDebitBankAccount
public ProcessorSystemConfigConfig canDebitBankAccount(Map<String,Object> canDebitBankAccount)
-
putCanDebitBankAccountItem
public ProcessorSystemConfigConfig putCanDebitBankAccountItem(String key, Object canDebitBankAccountItem)
-
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
-
validateJsonObject
public static void validateJsonObject(com.google.gson.JsonObject jsonObj) throws IOExceptionValidates 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
-
-