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