public static enum CreatePaymentLinkRequest.StorePaymentMethodModeEnum extends Enum<CreatePaymentLinkRequest.StorePaymentMethodModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreatePaymentLinkRequest.StorePaymentMethodModeEnum.Adapter |
| Enum Constant and Description |
|---|
ASKFORCONSENT |
DISABLED |
ENABLED |
| Modifier and Type | Method and Description |
|---|---|
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreatePaymentLinkRequest.StorePaymentMethodModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreatePaymentLinkRequest.StorePaymentMethodModeEnum ASKFORCONSENT
public static final CreatePaymentLinkRequest.StorePaymentMethodModeEnum DISABLED
public static final CreatePaymentLinkRequest.StorePaymentMethodModeEnum ENABLED
public static CreatePaymentLinkRequest.StorePaymentMethodModeEnum[] values()
for (CreatePaymentLinkRequest.StorePaymentMethodModeEnum c : CreatePaymentLinkRequest.StorePaymentMethodModeEnum.values()) System.out.println(c);
public static CreatePaymentLinkRequest.StorePaymentMethodModeEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getValue()
public String toString()
toString in class Enum<CreatePaymentLinkRequest.StorePaymentMethodModeEnum>public static CreatePaymentLinkRequest.StorePaymentMethodModeEnum fromValue(String value)
Copyright © 2022. All rights reserved.