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