| Modifier and Type | Method and Description |
|---|---|
static EventType |
fromValue(java.lang.String value) |
java.lang.String |
getValue() |
static EventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EventType CHARGE_SUCCEEDED
public static final EventType CHARGE_PENDING
public static final EventType CHARGE_FAILED
public static final EventType CHARGE_UPDATED
public static final EventType CHARGE_CAPTURED
public static final EventType CHARGE_REFUNDED
public static final EventType REFUND_UPDATED
public static final EventType CHARGE_DISPUTE_CREATED
public static final EventType CHARGE_DISPUTE_UPDATED
public static final EventType CHARGE_DISPUTE_WON
public static final EventType CHARGE_DISPUTE_LOST
public static final EventType CHARGE_DISPUTE_FUNDS_WITHDRAWN
public static final EventType CHARGE_DISPUTE_FUNDS_RESTORED
public static final EventType CUSTOMER_CARD_CREATED
public static final EventType CUSTOMER_CARD_UPDATED
public static final EventType CUSTOMER_CARD_DELETED
public static final EventType CUSTOMER_CREATED
public static final EventType CUSTOMER_UPDATED
public static final EventType CUSTOMER_DELETED
public static final EventType CUSTOMER_SUBSCRIPTION_CREATED
public static final EventType CUSTOMER_SUBSCRIPTION_UPDATED
public static final EventType CUSTOMER_SUBSCRIPTION_DELETED
public static final EventType PLAN_CREATED
public static final EventType PLAN_UPDATED
public static final EventType PLAN_DELETED
public static final EventType CREDIT_SUCCEEDED
public static final EventType CREDIT_FAILED
public static final EventType CREDIT_UPDATED
public static final EventType FRAUD_WARNING_CREATED
public static final EventType FRAUD_WARNING_UPDATED
public static final EventType PAYOUT_CREATED
public static final EventType PAYOUT_UPDATED
public static final EventType PAYMENT_METHOD_CREATED
public static final EventType PAYMENT_METHOD_UPDATED
public static final EventType PAYMENT_METHOD_DELETED
public static final EventType UNRECOGNIZED
public static EventType[] values()
for (EventType c : EventType.values()) System.out.println(c);
public static EventType 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 static EventType fromValue(java.lang.String value)
public java.lang.String getValue()