Uses of Class
dev.vality.damsel.payment_processing.CustomerParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as CustomerParams Modifier and Type Field Description CustomerParamsCustomerManagementSrv.Create_args. paramsMethods in dev.vality.damsel.payment_processing that return CustomerParams Modifier and Type Method Description CustomerParamsCustomerParams. deepCopy()CustomerParamsCustomerManagementSrv.Create_args. getParams()CustomerParamsCustomerParams. setContactInfo(ContactInfo contact_info)CustomerParamsCustomerParams. setCustomerId(String customer_id)CustomerParamsCustomerParams. setMetadata(Value metadata)CustomerParamsCustomerParams. setPartyId(String party_id)CustomerParamsCustomerParams. setShopId(String shop_id)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerParams Modifier and Type Method Description intCustomerParams. compareTo(CustomerParams other)voidCustomerManagementSrv.AsyncClient. create(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)voidCustomerManagementSrv.AsyncIface. create(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler)CustomerCustomerManagementSrv.Client. create(CustomerParams params)CustomerCustomerManagementSrv.Iface. create(CustomerParams params)booleanCustomerParams. equals(CustomerParams that)voidCustomerManagementSrv.Client. sendCreate(CustomerParams params)CustomerManagementSrv.Create_argsCustomerManagementSrv.Create_args. setParams(CustomerParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerParams Constructor Description Create_args(CustomerParams params)Create_call(CustomerParams params, org.apache.thrift.async.AsyncMethodCallback<Customer> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)CustomerParams(CustomerParams other)Performs a deep copy on other.