Uses of Class
com.adyen.model.openbanking.EFTAccountIdentifier
-
Packages that use EFTAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of EFTAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return EFTAccountIdentifier Modifier and Type Method Description EFTAccountIdentifierEFTAccountIdentifier. accountNumber(String accountNumber)The account number of the bank account.EFTAccountIdentifierEFTAccountIdentifier. branch(String branch)Identifies the specific branch where the account is held within the Canadian banking system.static EFTAccountIdentifierEFTAccountIdentifier. fromJson(String jsonString)Create an instance of EFTAccountIdentifier given an JSON stringEFTAccountIdentifierAccountIdentifiers. getEft()Get eftEFTAccountIdentifierEFTAccountIdentifier. institution(String institution)The financial institution that identifies the bank in Canada.Methods in com.adyen.model.openbanking with parameters of type EFTAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. eft(EFTAccountIdentifier eft)eftvoidAccountIdentifiers. setEft(EFTAccountIdentifier eft)eft
-