public enum CustomerInfoExtendedAttributeKey extends java.lang.Enum<CustomerInfoExtendedAttributeKey>
CustomerInfo.getExtendedAttributes()).| Enum Constant and Description |
|---|
SOCIAL_BENEFITS
Перечень кодов социальных льгот - строка с перечислением кодов льгот или названий подтвержденных социальных статусов.
|
SOCIAL_ID
Идентификатор покупателя в социальной системе.
|
SOCIAL_VENDOR
Код социальной системы.
|
| Modifier and Type | Method and Description |
|---|---|
static CustomerInfoExtendedAttributeKey |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CustomerInfoExtendedAttributeKey[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomerInfoExtendedAttributeKey SOCIAL_VENDOR
public static final CustomerInfoExtendedAttributeKey SOCIAL_ID
public static final CustomerInfoExtendedAttributeKey SOCIAL_BENEFITS
public static CustomerInfoExtendedAttributeKey[] values()
for (CustomerInfoExtendedAttributeKey c : CustomerInfoExtendedAttributeKey.values()) System.out.println(c);
public static CustomerInfoExtendedAttributeKey valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null