Uses of Class
dev.vality.damsel.payment_processing.PayoutToolNotFound
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PayoutToolNotFound in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PayoutToolNotFound Modifier and Type Field Description PayoutToolNotFoundPartyManagementSrv.ComputePayoutCashFlow_result. ex6Methods in dev.vality.damsel.payment_processing that return PayoutToolNotFound Modifier and Type Method Description PayoutToolNotFoundPayoutToolNotFound. deepCopy()PayoutToolNotFoundPartyManagementSrv.ComputePayoutCashFlow_result. getEx6()Methods in dev.vality.damsel.payment_processing with parameters of type PayoutToolNotFound Modifier and Type Method Description intPayoutToolNotFound. compareTo(PayoutToolNotFound other)booleanPayoutToolNotFound. equals(PayoutToolNotFound that)PartyManagementSrv.ComputePayoutCashFlow_resultPartyManagementSrv.ComputePayoutCashFlow_result. setEx6(PayoutToolNotFound ex6)Methods in dev.vality.damsel.payment_processing that throw PayoutToolNotFound Modifier and Type Method Description List<FinalCashFlowPosting>PartyManagementSrv.Client. computePayoutCashFlow(String party_id, PayoutParams params)List<FinalCashFlowPosting>PartyManagementSrv.Iface. computePayoutCashFlow(String party_id, PayoutParams params)List<FinalCashFlowPosting>PartyManagementSrv.AsyncClient.ComputePayoutCashFlow_call. getResult()List<FinalCashFlowPosting>PartyManagementSrv.Client. recvComputePayoutCashFlow()Constructors in dev.vality.damsel.payment_processing with parameters of type PayoutToolNotFound Constructor Description ComputePayoutCashFlow_result(List<FinalCashFlowPosting> success, PartyNotFound ex2, PartyNotExistsYet ex3, ShopNotFound ex4, OperationNotPermitted ex5, PayoutToolNotFound ex6)PayoutToolNotFound(PayoutToolNotFound other)Performs a deep copy on other.