Uses of Class
com.adyen.model.openbanking.ACHAccountIdentifier
-
Packages that use ACHAccountIdentifier Package Description com.adyen.model.openbanking -
-
Uses of ACHAccountIdentifier in com.adyen.model.openbanking
Methods in com.adyen.model.openbanking that return ACHAccountIdentifier Modifier and Type Method Description ACHAccountIdentifierACHAccountIdentifier. accountNumber(String accountNumber)The account number of the bank account.static ACHAccountIdentifierACHAccountIdentifier. fromJson(String jsonString)Create an instance of ACHAccountIdentifier given an JSON stringACHAccountIdentifierAccountIdentifiers. getAch()Get achACHAccountIdentifierACHAccountIdentifier. routingNumber(String routingNumber)The [routing number](https://en.wikipedia.org/wiki/ABA_routing_transit_number), without separators or whitespace.Methods in com.adyen.model.openbanking with parameters of type ACHAccountIdentifier Modifier and Type Method Description AccountIdentifiersAccountIdentifiers. ach(ACHAccountIdentifier ach)achvoidAccountIdentifiers. setAch(ACHAccountIdentifier ach)ach
-