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 CHECK
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 OAUTH_ACCESS_REVOKED
public static final WebhookNotification.Kind CONNECTED_MERCHANT_STATUS_TRANSITIONED
public static final WebhookNotification.Kind CONNECTED_MERCHANT_PAYPAL_STATUS_CHANGED
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 TRANSACTION_SETTLED
public static final WebhookNotification.Kind TRANSACTION_SETTLEMENT_DECLINED
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 ACCOUNT_UPDATER_DAILY_REPORT
public static final WebhookNotification.Kind IDEAL_PAYMENT_COMPLETE
public static final WebhookNotification.Kind IDEAL_PAYMENT_FAILED
public static final WebhookNotification.Kind GRANTED_PAYMENT_INSTRUMENT_UPDATE
public static final WebhookNotification.Kind UNRECOGNIZED
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–2018. All rights reserved.