public static enum SourceCreateParams.Receiver.RefundAttributesMethod extends java.lang.Enum<SourceCreateParams.Receiver.RefundAttributesMethod> implements ApiRequestParams.EnumParam
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
static SourceCreateParams.Receiver.RefundAttributesMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SourceCreateParams.Receiver.RefundAttributesMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="email") public static final SourceCreateParams.Receiver.RefundAttributesMethod EMAIL
@SerializedName(value="manual") public static final SourceCreateParams.Receiver.RefundAttributesMethod MANUAL
@SerializedName(value="none") public static final SourceCreateParams.Receiver.RefundAttributesMethod NONE
public static SourceCreateParams.Receiver.RefundAttributesMethod[] values()
for (SourceCreateParams.Receiver.RefundAttributesMethod c : SourceCreateParams.Receiver.RefundAttributesMethod.values()) System.out.println(c);
public static SourceCreateParams.Receiver.RefundAttributesMethod 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 nullpublic java.lang.String getValue()
getValue
in interface ApiRequestParams.EnumParam