Class: AdCenterWrapper::NotificationType

Inherits:
String
  • Object
show all
Defined in:
lib/adcenter_wrapper_entities.rb

Overview

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")