public class PayeeBase extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PayeeBase.Builder
Class to build instances of
PayeeBase. |
| Constructor and Description |
|---|
PayeeBase()
Default constructor.
|
PayeeBase(String emailAddress,
String merchantId)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEmailAddress()
Getter for EmailAddress.
|
String |
getMerchantId()
Getter for MerchantId.
|
void |
setEmailAddress(String emailAddress)
Setter for EmailAddress.
|
void |
setMerchantId(String merchantId)
Setter for MerchantId.
|
PayeeBase.Builder |
toBuilder()
Builds a new
PayeeBase.Builder object. |
String |
toString()
Converts this PayeeBase into string format.
|
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
emailAddress - Value for Stringpublic String getMerchantId()
public void setMerchantId(String merchantId)
merchantId - Value for Stringpublic String toString()
public PayeeBase.Builder toBuilder()
PayeeBase.Builder object.
Creates the instance with the state of the current model.PayeeBase.Builder objectCopyright © 2025. All rights reserved.