| Package | Description |
|---|---|
| com.adyen.model |
| Modifier and Type | Method and Description |
|---|---|
static AccountInfo.PaymentAccountIndicatorEnum |
AccountInfo.PaymentAccountIndicatorEnum.fromValue(String text) |
AccountInfo.PaymentAccountIndicatorEnum |
AccountInfo.getPaymentAccountIndicator()
Indicator for the length of time since this payment method was added to this shopper's account.
|
AccountInfo.PaymentAccountIndicatorEnum |
AccountInfo.PaymentAccountIndicatorEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static AccountInfo.PaymentAccountIndicatorEnum |
AccountInfo.PaymentAccountIndicatorEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountInfo.PaymentAccountIndicatorEnum[] |
AccountInfo.PaymentAccountIndicatorEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
AccountInfo |
AccountInfo.paymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator) |
void |
AccountInfo.setPaymentAccountIndicator(AccountInfo.PaymentAccountIndicatorEnum paymentAccountIndicator) |
void |
AccountInfo.PaymentAccountIndicatorEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
AccountInfo.PaymentAccountIndicatorEnum enumeration) |
Copyright © 2022. All rights reserved.