Class: AuthorizeNet::API::PaymentMethodsTypeEnum
- Inherits:
-
String
- Object
- String
- AuthorizeNet::API::PaymentMethodsTypeEnum
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdPaymentMethodsTypeEnum
Constant Summary collapse
- Visa =
PaymentMethodsTypeEnum.new("Visa")
- MasterCard =
PaymentMethodsTypeEnum.new("MasterCard")
- Discover =
PaymentMethodsTypeEnum.new("Discover")
- AmericanExpress =
PaymentMethodsTypeEnum.new("AmericanExpress")
- DinersClub =
PaymentMethodsTypeEnum.new("DinersClub")
- JCB =
PaymentMethodsTypeEnum.new("JCB")
- EnRoute =
PaymentMethodsTypeEnum.new("EnRoute")
- Echeck =
PaymentMethodsTypeEnum.new("Echeck")
- Paypal =
PaymentMethodsTypeEnum.new("Paypal")
- VisaCheckout =
PaymentMethodsTypeEnum.new("VisaCheckout")
- ApplePay =
PaymentMethodsTypeEnum.new("ApplePay")
- AndroidPay =
PaymentMethodsTypeEnum.new("AndroidPay")
- GooglePay =
PaymentMethodsTypeEnum.new("GooglePay")