Class: AuthorizeNet::API::AccountTypeEnum
- Inherits:
-
String
- Object
- String
- AuthorizeNet::API::AccountTypeEnum
- Defined in:
- lib/authorize_net/api/schema.rb
Overview
AnetApi/xml/v1/schema/AnetApiSchema.xsdaccountTypeEnum
Constant Summary collapse
- AmericanExpress =
AccountTypeEnum.new("AmericanExpress")
- DinersClub =
AccountTypeEnum.new("DinersClub")
- Discover =
AccountTypeEnum.new("Discover")
- ECheck =
AccountTypeEnum.new("eCheck")
- JCB =
AccountTypeEnum.new("JCB")
- MasterCard =
AccountTypeEnum.new("MasterCard")
- Visa =
AccountTypeEnum.new("Visa")