public class RefundStatusWithDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RefundStatusWithDetails.Builder
Class to build instances of
RefundStatusWithDetails. |
| Constructor and Description |
|---|
RefundStatusWithDetails()
Default constructor.
|
RefundStatusWithDetails(RefundStatus status,
RefundStatusDetails statusDetails)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RefundStatus |
getStatus()
Getter for Status.
|
RefundStatusDetails |
getStatusDetails()
Getter for StatusDetails.
|
void |
setStatus(RefundStatus status)
Setter for Status.
|
void |
setStatusDetails(RefundStatusDetails statusDetails)
Setter for StatusDetails.
|
RefundStatusWithDetails.Builder |
toBuilder()
Builds a new
RefundStatusWithDetails.Builder object. |
String |
toString()
Converts this RefundStatusWithDetails into string format.
|
public RefundStatusWithDetails()
public RefundStatusWithDetails(RefundStatus status, RefundStatusDetails statusDetails)
status - RefundStatus value for status.statusDetails - RefundStatusDetails value for statusDetails.public RefundStatus getStatus()
public void setStatus(RefundStatus status)
status - Value for RefundStatuspublic RefundStatusDetails getStatusDetails()
public void setStatusDetails(RefundStatusDetails statusDetails)
statusDetails - Value for RefundStatusDetailspublic String toString()
public RefundStatusWithDetails.Builder toBuilder()
RefundStatusWithDetails.Builder object.
Creates the instance with the state of the current model.RefundStatusWithDetails.Builder objectCopyright © 2025. All rights reserved.