| Package | Description |
|---|---|
| com.adyen.model.checkout |
| Modifier and Type | Method and Description |
|---|---|
static Mandate.FrequencyEnum |
Mandate.FrequencyEnum.fromValue(String text) |
Mandate.FrequencyEnum |
Mandate.getFrequency()
The frequency with which a shopper should be charged.
|
Mandate.FrequencyEnum |
Mandate.FrequencyEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static Mandate.FrequencyEnum |
Mandate.FrequencyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Mandate.FrequencyEnum[] |
Mandate.FrequencyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Mandate |
Mandate.frequency(Mandate.FrequencyEnum frequency) |
void |
Mandate.setFrequency(Mandate.FrequencyEnum frequency) |
void |
Mandate.FrequencyEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
Mandate.FrequencyEnum enumeration) |
Copyright © 2022. All rights reserved.