Uses of Class
com.adyen.model.capital.BankAccountIdentification
-
Packages that use BankAccountIdentification Package Description com.adyen.model.capital -
-
Uses of BankAccountIdentification in com.adyen.model.capital
Subclasses of BankAccountIdentification in com.adyen.model.capital Modifier and Type Class Description classAULocalAccountIdentificationAULocalAccountIdentificationclassBRLocalAccountIdentificationBRLocalAccountIdentificationclassCALocalAccountIdentificationCALocalAccountIdentificationclassCZLocalAccountIdentificationCZLocalAccountIdentificationclassDKLocalAccountIdentificationDKLocalAccountIdentificationclassHKLocalAccountIdentificationHKLocalAccountIdentificationclassHULocalAccountIdentificationHULocalAccountIdentificationclassIbanAccountIdentificationIbanAccountIdentificationclassNOLocalAccountIdentificationNOLocalAccountIdentificationclassNumberAndBicAccountIdentificationNumberAndBicAccountIdentificationclassNZLocalAccountIdentificationNZLocalAccountIdentificationclassPLLocalAccountIdentificationPLLocalAccountIdentificationclassSELocalAccountIdentificationSELocalAccountIdentificationclassSGLocalAccountIdentificationSGLocalAccountIdentificationclassUKLocalAccountIdentificationUKLocalAccountIdentificationclassUSLocalAccountIdentificationUSLocalAccountIdentificationMethods in com.adyen.model.capital that return BankAccountIdentification Modifier and Type Method Description static BankAccountIdentificationBankAccountIdentification. fromJson(String jsonString)Create an instance of BankAccountIdentification given an JSON stringBankAccountIdentificationFundsCollection. getAccountIdentification()Get accountIdentificationBankAccountIdentificationBankAccountIdentification. includeNullValues(boolean includeNullValues)Configures whether null values are explicitly serialized in the JSON payload.BankAccountIdentificationBankAccountIdentification. type(String type)The type of account, which depends on the country of the account and the currency of the transfer.Methods in com.adyen.model.capital with parameters of type BankAccountIdentification Modifier and Type Method Description FundsCollectionFundsCollection. accountIdentification(BankAccountIdentification accountIdentification)accountIdentificationvoidFundsCollection. setAccountIdentification(BankAccountIdentification accountIdentification)accountIdentification
-