Uses of Class
dev.vality.damsel.payment_processing.CustomerParams
Packages that use CustomerParams
-
Uses of CustomerParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as CustomerParamsMethods in dev.vality.damsel.payment_processing that return CustomerParamsModifier and TypeMethodDescriptionCustomerParams.deepCopy()CustomerManagementSrv.Create_args.getParams()CustomerParams.setContactInfo(ContactInfo contact_info) CustomerParams.setCustomerId(String customer_id) CustomerParams.setMetadata(Value metadata) CustomerParams.setPartyId(String party_id) Methods in dev.vality.damsel.payment_processing with parameters of type CustomerParamsModifier and TypeMethodDescriptionintCustomerParams.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) CustomerManagementSrv.Client.create(CustomerParams params) CustomerManagementSrv.Iface.create(CustomerParams params) booleanCustomerParams.equals(CustomerParams that) voidCustomerManagementSrv.Client.sendCreate(CustomerParams params) CustomerManagementSrv.Create_args.setParams(CustomerParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerParamsModifierConstructorDescriptionCreate_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.