Uses of Class
com.adyen.model.balanceplatform.CALocalAccountIdentification
-
Packages that use CALocalAccountIdentification Package Description com.adyen.model.balanceplatform -
-
Uses of CALocalAccountIdentification in com.adyen.model.balanceplatform
Methods in com.adyen.model.balanceplatform that return CALocalAccountIdentification Modifier and Type Method Description CALocalAccountIdentificationCALocalAccountIdentification. accountNumber(String accountNumber)CALocalAccountIdentificationCALocalAccountIdentification. accountType(CALocalAccountIdentification.AccountTypeEnum accountType)static CALocalAccountIdentificationCALocalAccountIdentification. fromJson(String jsonString)Create an instance of CALocalAccountIdentification given an JSON stringCALocalAccountIdentificationBankAccountIdentificationValidationRequestAccountIdentification. getCALocalAccountIdentification()Get the actual instance of `CALocalAccountIdentification`.CALocalAccountIdentificationCALocalAccountIdentification. institutionNumber(String institutionNumber)CALocalAccountIdentificationCALocalAccountIdentification. transitNumber(String transitNumber)CALocalAccountIdentificationCALocalAccountIdentification. type(CALocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.balanceplatform with parameters of type CALocalAccountIdentification Constructor Description BankAccountIdentificationValidationRequestAccountIdentification(CALocalAccountIdentification o)
-