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