public class PayerBase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayerBase.Builder
Class to build instances of
PayerBase. |
| Constructor and Description |
|---|
PayerBase()
Default constructor.
|
PayerBase(String emailAddress,
String payerId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getPayerId()
Getter for PayerId.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setPayerId(String payerId)
Setter for PayerId.
|
PayerBase.Builder |
toBuilder()
Builds a new
PayerBase.Builder object. |
String |
toString()
Converts this PayerBase 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 String toString()
public PayerBase.Builder toBuilder()
PayerBase.Builder object.
Creates the instance with the state of the current model.PayerBase.Builder objectCopyright © 2025. All rights reserved.