public static class RefundStatusWithDetails.Builder extends Object
RefundStatusWithDetails.| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
RefundStatusWithDetails |
build()
Builds a new
RefundStatusWithDetails object using the set fields. |
RefundStatusWithDetails.Builder |
status(RefundStatus status)
Setter for status.
|
RefundStatusWithDetails.Builder |
statusDetails(RefundStatusDetails statusDetails)
Setter for statusDetails.
|
public RefundStatusWithDetails.Builder status(RefundStatus status)
status - RefundStatus value for status.public RefundStatusWithDetails.Builder statusDetails(RefundStatusDetails statusDetails)
statusDetails - RefundStatusDetails value for statusDetails.public RefundStatusWithDetails build()
RefundStatusWithDetails object using the set fields.RefundStatusWithDetailsCopyright © 2025. All rights reserved.