Uses of Class
com.adyen.model.legalentitymanagement.CALocalAccountIdentification
-
Packages that use CALocalAccountIdentification Package Description com.adyen.model.legalentitymanagement -
-
Uses of CALocalAccountIdentification in com.adyen.model.legalentitymanagement
Methods in com.adyen.model.legalentitymanagement 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 stringCALocalAccountIdentificationBankAccountInfoAccountIdentification. 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.legalentitymanagement with parameters of type CALocalAccountIdentification Constructor Description BankAccountInfoAccountIdentification(CALocalAccountIdentification o)
-