Uses of Class
dev.vality.damsel.payment_processing.PayoutParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PayoutParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PayoutParams Modifier and Type Field Description PayoutParamsPartyManagementSrv.ComputePayoutCashFlow_args. paramsMethods in dev.vality.damsel.payment_processing that return PayoutParams Modifier and Type Method Description PayoutParamsPayoutParams. deepCopy()PayoutParamsPartyManagementSrv.ComputePayoutCashFlow_args. getParams()PayoutParamsPayoutParams. setAmount(Cash amount)PayoutParamsPayoutParams. setId(String id)PayoutParamsPayoutParams. setPayoutToolId(String payout_tool_id)PayoutParamsPayoutParams. setTimestamp(String timestamp)Methods in dev.vality.damsel.payment_processing with parameters of type PayoutParams Modifier and Type Method Description intPayoutParams. compareTo(PayoutParams other)voidPartyManagementSrv.AsyncClient. computePayoutCashFlow(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler)voidPartyManagementSrv.AsyncIface. computePayoutCashFlow(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> resultHandler)List<FinalCashFlowPosting>PartyManagementSrv.Client. computePayoutCashFlow(String party_id, PayoutParams params)List<FinalCashFlowPosting>PartyManagementSrv.Iface. computePayoutCashFlow(String party_id, PayoutParams params)booleanPayoutParams. equals(PayoutParams that)voidPartyManagementSrv.Client. sendComputePayoutCashFlow(String party_id, PayoutParams params)PartyManagementSrv.ComputePayoutCashFlow_argsPartyManagementSrv.ComputePayoutCashFlow_args. setParams(PayoutParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type PayoutParams Constructor Description ComputePayoutCashFlow_args(String party_id, PayoutParams params)ComputePayoutCashFlow_call(String party_id, PayoutParams params, org.apache.thrift.async.AsyncMethodCallback<List<FinalCashFlowPosting>> 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.