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