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