public static enum WebhookNotification.Kind extends Enum<WebhookNotification.Kind>
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static WebhookNotification.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookNotification.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WebhookNotification.Kind PARTNER_MERCHANT_DISCONNECTED
public static final WebhookNotification.Kind PARTNER_MERCHANT_CONNECTED
public static final WebhookNotification.Kind PARTNER_MERCHANT_DECLINED
public static final WebhookNotification.Kind SUB_MERCHANT_ACCOUNT_APPROVED
public static final WebhookNotification.Kind SUB_MERCHANT_ACCOUNT_DECLINED
public static final WebhookNotification.Kind SUBSCRIPTION_CANCELED
public static final WebhookNotification.Kind SUBSCRIPTION_CHARGED_SUCCESSFULLY
public static final WebhookNotification.Kind SUBSCRIPTION_CHARGED_UNSUCCESSFULLY
public static final WebhookNotification.Kind SUBSCRIPTION_EXPIRED
public static final WebhookNotification.Kind SUBSCRIPTION_TRIAL_ENDED
public static final WebhookNotification.Kind SUBSCRIPTION_WENT_ACTIVE
public static final WebhookNotification.Kind SUBSCRIPTION_WENT_PAST_DUE
public static final WebhookNotification.Kind TRANSACTION_DISBURSED
public static final WebhookNotification.Kind DISBURSEMENT_EXCEPTION
public static final WebhookNotification.Kind DISBURSEMENT
public static final WebhookNotification.Kind DISPUTE_OPENED
public static final WebhookNotification.Kind DISPUTE_LOST
public static final WebhookNotification.Kind DISPUTE_WON
public static final WebhookNotification.Kind UNRECOGNIZED
private final String name
public static WebhookNotification.Kind[] values()
for (WebhookNotification.Kind c : WebhookNotification.Kind.values()) System.out.println(c);
public static WebhookNotification.Kind 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 toString()
toString
in class Enum<WebhookNotification.Kind>
Copyright © 2013-2015. All Rights Reserved.