Class: GenesisRuby::Api::Requests::Base::Financials::SouthAmericanPayments
- Inherits:
-
GenesisRuby::Api::Requests::Base::Financial
- Object
- GenesisRuby::Api::Request
- GenesisRuby::Api::Requests::Base::Financial
- GenesisRuby::Api::Requests::Base::Financials::SouthAmericanPayments
- Includes:
- Mixins::Requests::AddressInfoAttributes, Mixins::Requests::BirthDateAttributes, Mixins::Requests::Financial::AsyncAttributes, Mixins::Requests::Financial::ConsumerIdentifierAttributes
- Defined in:
- lib/genesis_ruby/api/requests/base/financials/south_american_payments.rb
Overview
South American Payments base class
Direct Known Subclasses
Financial::Cards::Argencard, Financial::Cards::Aura, Financial::Cards::Cabal, Financial::Cards::Cencosud, Financial::Cards::Elo, Financial::Cards::Naranja, Financial::Cards::Nativa, Financial::Cards::TarjetaShopping, Financial::CashPayments::Baloto, Financial::CashPayments::BancoDeOccidente, Financial::CashPayments::Boleto, Financial::CashPayments::Efecty, Financial::CashPayments::Oxxo, Financial::CashPayments::PagoFacil, Financial::CashPayments::Redpagos, Financial::OnlineBankingPayments::Bancomer, Financial::OnlineBankingPayments::Bradesco, Financial::OnlineBankingPayments::Davivienda, Financial::OnlineBankingPayments::Itau, Financial::OnlineBankingPayments::Pse, Financial::OnlineBankingPayments::RapiPago, Financial::OnlineBankingPayments::Santander, Financial::OnlineBankingPayments::Webpay
Constant Summary
Constants inherited from GenesisRuby::Api::Request
GenesisRuby::Api::Request::AUTH_TYPE_BASIC, GenesisRuby::Api::Request::AUTH_TYPE_TOKEN, GenesisRuby::Api::Request::METHOD_DELETE, GenesisRuby::Api::Request::METHOD_GET, GenesisRuby::Api::Request::METHOD_PATCH, GenesisRuby::Api::Request::METHOD_POST, GenesisRuby::Api::Request::METHOD_PUT, GenesisRuby::Api::Request::PORT_HTTPS, GenesisRuby::Api::Request::PROTOCOL_HTTPS
Instance Attribute Summary
Attributes included from Mixins::Requests::Financial::ConsumerIdentifierAttributes
#consumer_reference, #national_id
Attributes included from Mixins::Requests::Financial::AsyncAttributes
#return_failure_url, #return_success_url
Attributes included from Mixins::Requests::CustomerAddress::CustomerInfoAttributes
#customer_email, #customer_phone
Attributes included from Mixins::Requests::CustomerAddress::ShippingInfoAttributes
#shipping_address1, #shipping_address2, #shipping_city, #shipping_country, #shipping_first_name, #shipping_last_name, #shipping_neighborhood, #shipping_state, #shipping_zip_code
Attributes included from Mixins::Requests::CustomerAddress::BillingInfoAttributes
#billing_address1, #billing_address2, #billing_city, #billing_first_name, #billing_last_name, #billing_neighborhood, #billing_state, #billing_zip_code
Attributes included from Mixins::Requests::Financial::PaymentAttributes
Attributes included from Mixins::Requests::Financial::BaseAttributes
#remote_ip, #transaction_id, #usage
Attributes inherited from GenesisRuby::Api::Request
Instance Method Summary collapse
-
#billing_country ⇒ Object
Billing Country custom accessor.
Methods included from Mixins::Requests::BirthDateAttributes
Methods included from Mixins::Requests::SmartRouterAttributes
#use_smart_router, #use_smart_router=
Methods inherited from GenesisRuby::Api::Request
Constructor Details
This class inherits a constructor from GenesisRuby::Api::Request
Instance Method Details
#billing_country ⇒ Object
Billing Country custom accessor
17 18 19 20 21 |
# File 'lib/genesis_ruby/api/requests/base/financials/south_american_payments.rb', line 17 def billing_country return nil unless @billing_country @billing_country.to_s.upcase end |