public static class Level2CardProcessingData.Builder extends Object
Level2CardProcessingData.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Level2CardProcessingData |
build()
Builds a new
Level2CardProcessingData object using the set fields. |
Level2CardProcessingData.Builder |
invoiceId(String invoiceId)
Setter for invoiceId.
|
Level2CardProcessingData.Builder |
taxTotal(Money taxTotal)
Setter for taxTotal.
|
public Level2CardProcessingData.Builder invoiceId(String invoiceId)
invoiceId - String value for invoiceId.public Level2CardProcessingData.Builder taxTotal(Money taxTotal)
taxTotal - Money value for taxTotal.public Level2CardProcessingData build()
Level2CardProcessingData object using the set fields.Level2CardProcessingDataCopyright © 2025. All rights reserved.