public static class PlatformFee.Builder extends Object
PlatformFee.| Constructor and Description |
|---|
Builder()
Initialization constructor.
|
Builder(Money amount)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PlatformFee.Builder |
amount(Money amount)
Setter for amount.
|
PlatformFee |
build()
Builds a new
PlatformFee object using the set fields. |
PlatformFee.Builder |
payee(PayeeBase payee)
Setter for payee.
|
public Builder()
public Builder(Money amount)
amount - Money value for amount.public PlatformFee.Builder amount(Money amount)
amount - Money value for amount.public PlatformFee.Builder payee(PayeeBase payee)
payee - PayeeBase value for payee.public PlatformFee build()
PlatformFee object using the set fields.PlatformFeeCopyright © 2025. All rights reserved.