Uses of Class
dev.vality.damsel.payout_processing.PayoutType
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutType in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as PayoutType Modifier and Type Field Description PayoutTypePayout. typeMethods in dev.vality.damsel.payout_processing that return PayoutType Modifier and Type Method Description static PayoutTypePayoutType. bank_account(PayoutAccount value)PayoutTypePayoutType. deepCopy()PayoutTypePayout. getType()static PayoutTypePayoutType. wallet(Wallet value)Methods in dev.vality.damsel.payout_processing with parameters of type PayoutType Modifier and Type Method Description intPayoutType. compareTo(PayoutType other)booleanPayoutType. equals(PayoutType other)PayoutPayout. setType(PayoutType type)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutType Constructor Description Payout(String id, String party_id, String shop_id, String contract_id, String created_at, PayoutStatus status, long amount, long fee, CurrencyRef currency, List<FinalCashFlowPosting> payout_flow, PayoutType type)PayoutType(PayoutType other)