Class SetCustomerInfoRequest
java.lang.Object
com.clover.remote.client.messages.BaseRequest
com.clover.remote.client.messages.SetCustomerInfoRequest
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.clover.sdk.v3.customers.CustomerInfoGet the field value Customer information for a 'current' customer.voidsetCustomerInfo(com.clover.sdk.v3.customers.CustomerInfo customerInfo) Set the field value Customer information for a 'current' customer.
-
Constructor Details
-
SetCustomerInfoRequest
public SetCustomerInfoRequest()
-
-
Method Details
-
setCustomerInfo
public void setCustomerInfo(com.clover.sdk.v3.customers.CustomerInfo customerInfo) Set the field value Customer information for a 'current' customer. This indicates a customer of interest. -
getCustomerInfo
public com.clover.sdk.v3.customers.CustomerInfo getCustomerInfo()Get the field value Customer information for a 'current' customer. This indicates a customer of interest.
-