Package com.adyen.model.checkout
Enum PaymentLinkResource.RequiredShopperFieldsEnum
- java.lang.Object
-
- java.lang.Enum<PaymentLinkResource.RequiredShopperFieldsEnum>
-
- com.adyen.model.checkout.PaymentLinkResource.RequiredShopperFieldsEnum
-
- All Implemented Interfaces:
Serializable,Comparable<PaymentLinkResource.RequiredShopperFieldsEnum>
- Enclosing class:
- PaymentLinkResource
public static enum PaymentLinkResource.RequiredShopperFieldsEnum extends Enum<PaymentLinkResource.RequiredShopperFieldsEnum>
Gets or Sets requiredShopperFields
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPaymentLinkResource.RequiredShopperFieldsEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description BILLINGADDRESSDELIVERYADDRESSSHOPPEREMAILSHOPPERNAMETELEPHONENUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PaymentLinkResource.RequiredShopperFieldsEnumfromValue(String input)StringgetValue()StringtoString()static PaymentLinkResource.RequiredShopperFieldsEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static PaymentLinkResource.RequiredShopperFieldsEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BILLINGADDRESS
public static final PaymentLinkResource.RequiredShopperFieldsEnum BILLINGADDRESS
-
DELIVERYADDRESS
public static final PaymentLinkResource.RequiredShopperFieldsEnum DELIVERYADDRESS
-
SHOPPEREMAIL
public static final PaymentLinkResource.RequiredShopperFieldsEnum SHOPPEREMAIL
-
SHOPPERNAME
public static final PaymentLinkResource.RequiredShopperFieldsEnum SHOPPERNAME
-
TELEPHONENUMBER
public static final PaymentLinkResource.RequiredShopperFieldsEnum TELEPHONENUMBER
-
-
Method Detail
-
values
public static PaymentLinkResource.RequiredShopperFieldsEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (PaymentLinkResource.RequiredShopperFieldsEnum c : PaymentLinkResource.RequiredShopperFieldsEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PaymentLinkResource.RequiredShopperFieldsEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<PaymentLinkResource.RequiredShopperFieldsEnum>
-
fromValue
public static PaymentLinkResource.RequiredShopperFieldsEnum fromValue(String input)
-
-