Uses of Class
com.adyen.model.transfers.NumberAndBicAccountIdentification
-
Packages that use NumberAndBicAccountIdentification Package Description com.adyen.model.transfers -
-
Uses of NumberAndBicAccountIdentification in com.adyen.model.transfers
Methods in com.adyen.model.transfers that return NumberAndBicAccountIdentification Modifier and Type Method Description NumberAndBicAccountIdentificationNumberAndBicAccountIdentification. accountNumber(String accountNumber)NumberAndBicAccountIdentificationNumberAndBicAccountIdentification. additionalBankIdentification(AdditionalBankIdentification additionalBankIdentification)NumberAndBicAccountIdentificationNumberAndBicAccountIdentification. bic(String bic)static NumberAndBicAccountIdentificationNumberAndBicAccountIdentification. fromJson(String jsonString)Create an instance of NumberAndBicAccountIdentification given an JSON stringNumberAndBicAccountIdentificationBankAccountV3AccountIdentification. getNumberAndBicAccountIdentification()Get the actual instance of `NumberAndBicAccountIdentification`.NumberAndBicAccountIdentificationNumberAndBicAccountIdentification. type(NumberAndBicAccountIdentification.TypeEnum type)Constructors in com.adyen.model.transfers with parameters of type NumberAndBicAccountIdentification Constructor Description BankAccountV3AccountIdentification(NumberAndBicAccountIdentification o)
-