Module: Braintree::WebhookNotification::Kind

Defined in:
lib/braintree/webhook_notification.rb

Constant Summary collapse

Disbursement =
"disbursement"
DisbursementException =
"disbursement_exception"
DisputeOpened =
"dispute_opened"
DisputeLost =
"dispute_lost"
DisputeWon =
"dispute_won"
SubscriptionCanceled =
"subscription_canceled"
SubscriptionChargedSuccessfully =
"subscription_charged_successfully"
SubscriptionChargedUnsuccessfully =
"subscription_charged_unsuccessfully"
SubscriptionExpired =
"subscription_expired"
SubscriptionTrialEnded =
"subscription_trial_ended"
SubscriptionWentActive =
"subscription_went_active"
SubscriptionWentPastDue =
"subscription_went_past_due"
SubMerchantAccountApproved =
"sub_merchant_account_approved"
SubMerchantAccountDeclined =
"sub_merchant_account_declined"
TransactionDisbursed =
"transaction_disbursed"
PartnerMerchantConnected =
"partner_merchant_connected"
PartnerMerchantDisconnected =
"partner_merchant_disconnected"
PartnerMerchantDeclined =
"partner_merchant_declined"