Uses of Class
dev.vality.damsel.payment_processing.PartyParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of PartyParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as PartyParams Modifier and Type Field Description PartyParamsPartyManagementSrv.Create_args. paramsMethods in dev.vality.damsel.payment_processing that return PartyParams Modifier and Type Method Description PartyParamsPartyParams. deepCopy()PartyParamsPartyManagementSrv.Create_args. getParams()PartyParamsPartyParams. setContactInfo(PartyContactInfo contact_info)Methods in dev.vality.damsel.payment_processing with parameters of type PartyParams Modifier and Type Method Description intPartyParams. compareTo(PartyParams other)voidPartyManagementSrv.AsyncClient. create(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidPartyManagementSrv.AsyncIface. create(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler)voidPartyManagementSrv.Client. create(String party_id, PartyParams params)voidPartyManagementSrv.Iface. create(String party_id, PartyParams params)booleanPartyParams. equals(PartyParams that)voidPartyManagementSrv.Client. sendCreate(String party_id, PartyParams params)PartyManagementSrv.Create_argsPartyManagementSrv.Create_args. setParams(PartyParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type PartyParams Constructor Description Create_args(String party_id, PartyParams params)Create_call(String party_id, PartyParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)PartyParams(PartyParams other)Performs a deep copy on other.