Uses of Class
dev.vality.damsel.domain.InternationalBankAccount
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payout_processing |
-
Uses of InternationalBankAccount in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InternationalBankAccount Modifier and Type Field Description InternationalBankAccountInternationalBankAccount. correspondent_accountMethods in dev.vality.damsel.domain that return InternationalBankAccount Modifier and Type Method Description InternationalBankAccountInternationalBankAccount. deepCopy()InternationalBankAccountInternationalBankAccount. getCorrespondentAccount()InternationalBankAccountPayoutToolInfo. getInternationalBankAccount()InternationalBankAccountInternationalBankAccount. setAccountHolder(String account_holder)InternationalBankAccountInternationalBankAccount. setBank(InternationalBankDetails bank)InternationalBankAccountInternationalBankAccount. setCorrespondentAccount(InternationalBankAccount correspondent_account)InternationalBankAccountInternationalBankAccount. setIban(String iban)InternationalBankAccountInternationalBankAccount. setNumber(String number)Methods in dev.vality.damsel.domain with parameters of type InternationalBankAccount Modifier and Type Method Description intInternationalBankAccount. compareTo(InternationalBankAccount other)booleanInternationalBankAccount. equals(InternationalBankAccount that)static PayoutToolInfoPayoutToolInfo. international_bank_account(InternationalBankAccount value)InternationalBankAccountInternationalBankAccount. setCorrespondentAccount(InternationalBankAccount correspondent_account)voidPayoutToolInfo. setInternationalBankAccount(InternationalBankAccount value)Constructors in dev.vality.damsel.domain with parameters of type InternationalBankAccount Constructor Description InternationalBankAccount(InternationalBankAccount other)Performs a deep copy on other. -
Uses of InternationalBankAccount in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as InternationalBankAccount Modifier and Type Field Description InternationalBankAccountInternationalPayoutAccount. bank_accountMethods in dev.vality.damsel.payout_processing that return InternationalBankAccount Modifier and Type Method Description InternationalBankAccountInternationalPayoutAccount. getBankAccount()Methods in dev.vality.damsel.payout_processing with parameters of type InternationalBankAccount Modifier and Type Method Description InternationalPayoutAccountInternationalPayoutAccount. setBankAccount(InternationalBankAccount bank_account)Constructors in dev.vality.damsel.payout_processing with parameters of type InternationalBankAccount Constructor Description InternationalPayoutAccount(InternationalBankAccount bank_account, InternationalLegalEntity legal_entity, String purpose, LegalAgreement legal_agreement)