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