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