Class: AdCenterWrapper::PaymentType

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

Overview

Constant Summary collapse

AmericanExpress =
PaymentType.new("AmericanExpress")
Cash =
PaymentType.new("Cash")
CashOnDelivery =
PaymentType.new("CashOnDelivery")
DinersClub =
PaymentType.new("DinersClub")
DirectDebit =
PaymentType.new("DirectDebit")
Invoice =
PaymentType.new("Invoice")
MasterCard =
PaymentType.new("MasterCard")
Other =
PaymentType.new("Other")
PayPal =
PaymentType.new("PayPal")
TravellersCheck =
PaymentType.new("TravellersCheck")
Visa =
PaymentType.new("Visa")