| Package | Description |
|---|---|
| com.konfigthis.splitit.client.model |
| Modifier and Type | Method and Description |
|---|---|
static RefundStatus |
RefundStatus.fromValue(String value) |
RefundStatus |
RefundModel.getStatus()
Get status
|
RefundStatus |
RefundStatus.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static RefundStatus |
RefundStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RefundStatus[] |
RefundStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RefundModel.setStatus(RefundStatus status) |
RefundModel |
RefundModel.status(RefundStatus status) |
void |
RefundStatus.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
RefundStatus enumeration) |
Copyright © 2023. All rights reserved.