public class CustomerResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CustomerResponse.Builder
Class to build instances of
CustomerResponse. |
| Constructor and Description |
|---|
CustomerResponse()
Default constructor.
|
CustomerResponse(String id,
String merchantCustomerId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Getter for Id.
|
String |
getMerchantCustomerId()
Getter for MerchantCustomerId.
|
void |
setId(String id)
Setter for Id.
|
void |
setMerchantCustomerId(String merchantCustomerId)
Setter for MerchantCustomerId.
|
CustomerResponse.Builder |
toBuilder()
Builds a new
CustomerResponse.Builder object. |
String |
toString()
Converts this CustomerResponse into string format.
|
public String getId()
public void setId(String id)
id - Value for Stringpublic String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
merchantCustomerId - Value for Stringpublic String toString()
public CustomerResponse.Builder toBuilder()
CustomerResponse.Builder object.
Creates the instance with the state of the current model.CustomerResponse.Builder objectCopyright © 2025. All rights reserved.