Uses of Class
dev.vality.damsel.payout_processing.PayoutParams
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of PayoutParams in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as PayoutParams Modifier and Type Field Description PayoutParamsPayoutManagementSrv.CreatePayout_args. paramsMethods in dev.vality.damsel.payout_processing that return PayoutParams Modifier and Type Method Description PayoutParamsPayoutParams. deepCopy()PayoutParamsPayoutManagementSrv.CreatePayout_args. getParams()PayoutParamsPayoutParams. setAmount(Cash amount)PayoutParamsPayoutParams. setMetadata(Map<String,Value> metadata)PayoutParamsPayoutParams. setPayoutId(String payout_id)PayoutParamsPayoutParams. setPayoutToolId(String payout_tool_id)PayoutParamsPayoutParams. setShop(ShopParams shop)Methods in dev.vality.damsel.payout_processing with parameters of type PayoutParams Modifier and Type Method Description intPayoutParams. compareTo(PayoutParams other)voidPayoutManagementSrv.AsyncClient. createPayout(PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler)voidPayoutManagementSrv.AsyncIface. createPayout(PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler)PayoutPayoutManagementSrv.Client. createPayout(PayoutParams params)PayoutPayoutManagementSrv.Iface. createPayout(PayoutParams params)Создать выплату на определенную сумму и платежный инструментbooleanPayoutParams. equals(PayoutParams that)voidPayoutManagementSrv.Client. sendCreatePayout(PayoutParams params)PayoutManagementSrv.CreatePayout_argsPayoutManagementSrv.CreatePayout_args. setParams(PayoutParams params)Constructors in dev.vality.damsel.payout_processing with parameters of type PayoutParams Constructor Description CreatePayout_args(PayoutParams params)CreatePayout_call(PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<Payout> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)PayoutParams(PayoutParams other)Performs a deep copy on other.