public class SubscriptionPayer extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SubscriptionPayer.Builder
Class to build instances of
SubscriptionPayer. |
| Constructor and Description |
|---|
SubscriptionPayer()
Default constructor.
|
SubscriptionPayer(String emailAddress,
String payerId,
Name name)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Getter for EmailAddress.
|
Name |
getName()
Getter for Name.
|
String |
getPayerId()
Getter for PayerId.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setName(Name name)
Setter for Name.
|
void |
setPayerId(String payerId)
Setter for PayerId.
|
SubscriptionPayer.Builder |
toBuilder()
Builds a new
SubscriptionPayer.Builder object. |
String |
toString()
Converts this SubscriptionPayer into string format.
|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic String getPayerId()
public void setPayerId(String payerId)
payerId - Value for Stringpublic Name getName()
public void setName(Name name)
name - Value for Namepublic String toString()
public SubscriptionPayer.Builder toBuilder()
SubscriptionPayer.Builder object.
Creates the instance with the state of the current model.SubscriptionPayer.Builder objectCopyright © 2026. All rights reserved.