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