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