Class: ActiveMerchant::Billing::NmiGateway

Inherits:
AuthorizeNetGateway show all
Defined in:
lib/active_merchant/billing/gateways/nmi.rb

Constant Summary

Constants inherited from AuthorizeNetGateway

AuthorizeNetGateway::API_VERSION, AuthorizeNetGateway::AVS_ERRORS, AuthorizeNetGateway::AVS_REASON_CODES, AuthorizeNetGateway::CARD_CODE_ERRORS, AuthorizeNetGateway::TRANSACTION_ALREADY_ACTIONED

Constants inherited from Gateway

Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::CURRENCIES_WITHOUT_FRACTIONS, Gateway::DEBIT_CARDS, Gateway::RECURRING_DEPRECATION_MESSAGE

Instance Attribute Summary

Attributes inherited from Gateway

#options

Method Summary

Methods inherited from AuthorizeNetGateway

#authorize, #capture, #credit, #initialize, #purchase, #refund, #verify, #void

Methods inherited from Gateway

#card_brand, card_brand, #generate_unique_id, inherited, #initialize, supported_countries, #supported_countries, supported_countries=, supports?, #test?

Methods included from CreditCardFormatting

#expdate, #format

Constructor Details

This class inherits a constructor from ActiveMerchant::Billing::AuthorizeNetGateway