Uses of Class
com.adyen.model.transfers.SELocalAccountIdentification
-
Packages that use SELocalAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of SELocalAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return SELocalAccountIdentification Modifier and Type Method Description SELocalAccountIdentificationSELocalAccountIdentification. accountNumber(String accountNumber)SELocalAccountIdentificationSELocalAccountIdentification. clearingNumber(String clearingNumber)static SELocalAccountIdentificationSELocalAccountIdentification. fromJson(String jsonString)Create an instance of SELocalAccountIdentification given an JSON stringSELocalAccountIdentificationBankAccountV3AccountIdentification. getSELocalAccountIdentification()Get the actual instance of `SELocalAccountIdentification`.SELocalAccountIdentificationSELocalAccountIdentification. type(SELocalAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transfers with parameters of type SELocalAccountIdentification Constructor Description BankAccountV3AccountIdentification(SELocalAccountIdentification o)
-