public static class CardCustomerInformation.Builder extends Object
CardCustomerInformation.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CardCustomerInformation |
build()
Builds a new
CardCustomerInformation object using the set fields. |
CardCustomerInformation.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
CardCustomerInformation.Builder |
id(String id)
Setter for id.
|
CardCustomerInformation.Builder |
merchantCustomerId(String merchantCustomerId)
Setter for merchantCustomerId.
|
CardCustomerInformation.Builder |
phone(PhoneWithType phone)
Setter for phone.
|
public CardCustomerInformation.Builder id(String id)
id - String value for id.public CardCustomerInformation.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public CardCustomerInformation.Builder phone(PhoneWithType phone)
phone - PhoneWithType value for phone.public CardCustomerInformation.Builder merchantCustomerId(String merchantCustomerId)
merchantCustomerId - String value for merchantCustomerId.public CardCustomerInformation build()
CardCustomerInformation object using the set fields.CardCustomerInformationCopyright © 2025. All rights reserved.