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