public class SupplementaryPurchaseData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SupplementaryPurchaseData.Builder
Class to build instances of
SupplementaryPurchaseData. |
| Constructor and Description |
|---|
SupplementaryPurchaseData()
Default constructor.
|
SupplementaryPurchaseData(String invoiceId,
String noteToPayer)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getInvoiceId()
Getter for InvoiceId.
|
String |
getNoteToPayer()
Getter for NoteToPayer.
|
void |
setInvoiceId(String invoiceId)
Setter for InvoiceId.
|
void |
setNoteToPayer(String noteToPayer)
Setter for NoteToPayer.
|
SupplementaryPurchaseData.Builder |
toBuilder()
Builds a new
SupplementaryPurchaseData.Builder object. |
String |
toString()
Converts this SupplementaryPurchaseData into string format.
|
public SupplementaryPurchaseData()
public String getInvoiceId()
public void setInvoiceId(String invoiceId)
invoiceId - Value for Stringpublic String getNoteToPayer()
public void setNoteToPayer(String noteToPayer)
noteToPayer - Value for Stringpublic String toString()
public SupplementaryPurchaseData.Builder toBuilder()
SupplementaryPurchaseData.Builder object.
Creates the instance with the state of the current model.SupplementaryPurchaseData.Builder objectCopyright © 2025. All rights reserved.