public class TenderSquareAccountDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TenderSquareAccountDetails.Builder
Class to build instances of
TenderSquareAccountDetails. |
| Constructor and Description |
|---|
TenderSquareAccountDetails(String status)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getStatus()
Getter for Status.
|
int |
hashCode() |
TenderSquareAccountDetails.Builder |
toBuilder()
Builds a new
TenderSquareAccountDetails.Builder object. |
String |
toString()
Converts this TenderSquareAccountDetails into string format.
|
public TenderSquareAccountDetails(String status)
status - String value for status.public String getStatus()
public String toString()
public TenderSquareAccountDetails.Builder toBuilder()
TenderSquareAccountDetails.Builder object.
Creates the instance with the state of the current model.TenderSquareAccountDetails.Builder objectCopyright © 2024. All rights reserved.