public static class LastPaymentDetails.Builder extends Object
LastPaymentDetails.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LastPaymentDetails.Builder |
amount(Money amount)
Setter for amount.
|
LastPaymentDetails |
build()
Builds a new
LastPaymentDetails object using the set fields. |
LastPaymentDetails.Builder |
time(String time)
Setter for time.
|
public LastPaymentDetails.Builder amount(Money amount)
amount - Money value for amount.public LastPaymentDetails.Builder time(String time)
time - String value for time.public LastPaymentDetails build()
LastPaymentDetails object using the set fields.LastPaymentDetailsCopyright © 2026. All rights reserved.