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