public static class ProcessingFee.Builder extends Object
ProcessingFee.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ProcessingFee.Builder |
amountMoney(Money amountMoney)
Setter for amountMoney.
|
ProcessingFee |
build()
Builds a new
ProcessingFee object using the set fields. |
ProcessingFee.Builder |
effectiveAt(String effectiveAt)
Setter for effectiveAt.
|
ProcessingFee.Builder |
type(String type)
Setter for type.
|
public ProcessingFee.Builder effectiveAt(String effectiveAt)
effectiveAt - String value for effectiveAt.public ProcessingFee.Builder type(String type)
type - String value for type.public ProcessingFee.Builder amountMoney(Money amountMoney)
amountMoney - Money value for amountMoney.public ProcessingFee build()
ProcessingFee object using the set fields.ProcessingFeeCopyright © 2022. All rights reserved.