| Package | Description |
|---|---|
| com.adyen.model.marketpay.notification |
| Modifier and Type | Method and Description |
|---|---|
static UpdateAccountResponse.PayoutSpeedEnum |
UpdateAccountResponse.PayoutSpeedEnum.fromValue(String text) |
UpdateAccountResponse.PayoutSpeedEnum |
UpdateAccountResponse.getPayoutSpeed()
Speed with which payouts for this account are processed.
|
UpdateAccountResponse.PayoutSpeedEnum |
UpdateAccountResponse.PayoutSpeedEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static UpdateAccountResponse.PayoutSpeedEnum |
UpdateAccountResponse.PayoutSpeedEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateAccountResponse.PayoutSpeedEnum[] |
UpdateAccountResponse.PayoutSpeedEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAccountResponse |
UpdateAccountResponse.payoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed) |
void |
UpdateAccountResponse.setPayoutSpeed(UpdateAccountResponse.PayoutSpeedEnum payoutSpeed) |
void |
UpdateAccountResponse.PayoutSpeedEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
UpdateAccountResponse.PayoutSpeedEnum enumeration) |
Copyright © 2022. All rights reserved.