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