Uses of Class
com.onlinepayments.domain.BankAccountIban
Packages that use BankAccountIban
-
Uses of BankAccountIban in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return BankAccountIbanModifier and TypeMethodDescriptionMandateCustomer.getBankAccountIban()Object containing IBAN informationMandateCustomerResponse.getBankAccountIban()Object containing IBAN informationThe IBAN is the International Bank Account Number.Methods in com.onlinepayments.domain with parameters of type BankAccountIbanModifier and TypeMethodDescriptionvoidMandateCustomer.setBankAccountIban(BankAccountIban value) Object containing IBAN informationvoidMandateCustomerResponse.setBankAccountIban(BankAccountIban value) Object containing IBAN informationMandateCustomer.withBankAccountIban(BankAccountIban value) Object containing IBAN informationMandateCustomerResponse.withBankAccountIban(BankAccountIban value) Object containing IBAN information