Uses of Class
dev.vality.damsel.payout_processing.InternationalPayoutAccount
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of InternationalPayoutAccount in dev.vality.damsel.payout_processing
Methods in dev.vality.damsel.payout_processing that return InternationalPayoutAccount Modifier and Type Method Description InternationalPayoutAccountInternationalPayoutAccount. deepCopy()InternationalPayoutAccountPayoutAccount. getInternationalPayoutAccount()InternationalPayoutAccountInternationalPayoutAccount. setBankAccount(InternationalBankAccount bank_account)InternationalPayoutAccountInternationalPayoutAccount. setLegalAgreement(LegalAgreement legal_agreement)InternationalPayoutAccountInternationalPayoutAccount. setLegalEntity(InternationalLegalEntity legal_entity)InternationalPayoutAccountInternationalPayoutAccount. setPurpose(String purpose)Methods in dev.vality.damsel.payout_processing with parameters of type InternationalPayoutAccount Modifier and Type Method Description intInternationalPayoutAccount. compareTo(InternationalPayoutAccount other)booleanInternationalPayoutAccount. equals(InternationalPayoutAccount that)static PayoutAccountPayoutAccount. international_payout_account(InternationalPayoutAccount value)voidPayoutAccount. setInternationalPayoutAccount(InternationalPayoutAccount value)Constructors in dev.vality.damsel.payout_processing with parameters of type InternationalPayoutAccount Constructor Description InternationalPayoutAccount(InternationalPayoutAccount other)Performs a deep copy on other.