public static class SubscriptionPayer.Builder extends Object
SubscriptionPayer.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPayer |
build()
Builds a new
SubscriptionPayer object using the set fields. |
SubscriptionPayer.Builder |
emailAddress(String emailAddress)
Setter for emailAddress.
|
SubscriptionPayer.Builder |
name(Name name)
Setter for name.
|
SubscriptionPayer.Builder |
payerId(String payerId)
Setter for payerId.
|
public SubscriptionPayer.Builder emailAddress(String emailAddress)
emailAddress - String value for emailAddress.public SubscriptionPayer.Builder payerId(String payerId)
payerId - String value for payerId.public SubscriptionPayer.Builder name(Name name)
name - Name value for name.public SubscriptionPayer build()
SubscriptionPayer object using the set fields.SubscriptionPayerCopyright © 2026. All rights reserved.