| Package | Description |
|---|---|
| com.adyen.model.payout |
| Modifier and Type | Method and Description |
|---|---|
static PayoutRequest.EntityTypeEnum |
PayoutRequest.EntityTypeEnum.fromValue(String text) |
PayoutRequest.EntityTypeEnum |
PayoutRequest.getEntityType()
The type of the entity the payment is processed for.
|
PayoutRequest.EntityTypeEnum |
PayoutRequest.EntityTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static PayoutRequest.EntityTypeEnum |
PayoutRequest.EntityTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PayoutRequest.EntityTypeEnum[] |
PayoutRequest.EntityTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PayoutRequest |
PayoutRequest.entityType(PayoutRequest.EntityTypeEnum entityType) |
void |
PayoutRequest.setEntityType(PayoutRequest.EntityTypeEnum entityType) |
void |
PayoutRequest.EntityTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
PayoutRequest.EntityTypeEnum enumeration) |
Copyright © 2022. All rights reserved.