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