Class: AdCenterWrapper::NotificationType
- Inherits:
-
String
- Object
- String
- AdCenterWrapper::NotificationType
- Defined in:
- lib/adcenter_wrapper_entities.rb
Overview
http://adcenter.microsoft.com/syncapisNotificationType
Constant Summary collapse
- AccountClosed =
NotificationType.new("AccountClosed")
- AccountSignupPaymentReceipt =
NotificationType.new("AccountSignupPaymentReceipt")
- ApproachingCreditCardExpiration =
NotificationType.new("ApproachingCreditCardExpiration")
- CreditCardExpired =
NotificationType.new("CreditCardExpired")
- EditorialRejection =
NotificationType.new("EditorialRejection")
- NewCustomerSignup =
NotificationType.new("NewCustomerSignup")
- NewUserAdded =
NotificationType.new("NewUserAdded")
- UnableToChargeCreditCard =
NotificationType.new("UnableToChargeCreditCard")
- UserNameReminder =
NotificationType.new("UserNameReminder")
- UserPasswordReset =
NotificationType.new("UserPasswordReset")