Uses of Class
dev.vality.damsel.payout_processing.PayoutAccount
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutAccount in dev.vality.damsel.payout_processing
Methods in dev.vality.damsel.payout_processing that return PayoutAccount Modifier and Type Method Description PayoutAccountPayoutAccount. deepCopy()PayoutAccountPayoutType. getBankAccount()static PayoutAccountPayoutAccount. international_payout_account(InternationalPayoutAccount value)static PayoutAccountPayoutAccount. russian_payout_account(RussianPayoutAccount value)Methods in dev.vality.damsel.payout_processing with parameters of type PayoutAccount Modifier and Type Method Description static PayoutTypePayoutType. bank_account(PayoutAccount value)intPayoutAccount. compareTo(PayoutAccount other)booleanPayoutAccount. equals(PayoutAccount other)voidPayoutType. setBankAccount(PayoutAccount value)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutAccount Constructor Description PayoutAccount(PayoutAccount other)