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