public enum PaymentLinkAddressHandlingMode extends Enum<PaymentLinkAddressHandlingMode>
| Enum Constant and Description |
|---|
NOT_REQUIRED |
REQUIRED_IN_URL |
REQUIRED_ON_PAYMENT_PAGE |
| Modifier and Type | Method and Description |
|---|---|
static PaymentLinkAddressHandlingMode |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static PaymentLinkAddressHandlingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaymentLinkAddressHandlingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaymentLinkAddressHandlingMode NOT_REQUIRED
public static final PaymentLinkAddressHandlingMode REQUIRED_IN_URL
public static final PaymentLinkAddressHandlingMode REQUIRED_ON_PAYMENT_PAGE
public static PaymentLinkAddressHandlingMode[] values()
for (PaymentLinkAddressHandlingMode c : PaymentLinkAddressHandlingMode.values()) System.out.println(c);
public static PaymentLinkAddressHandlingMode 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<PaymentLinkAddressHandlingMode>public static PaymentLinkAddressHandlingMode fromValue(String text)
Copyright © 2022. All rights reserved.