Class: Erede::Models::SubMerchant

Inherits:
Base
  • Object
show all
Defined in:
lib/erede/models/submerchant.rb

Constant Summary collapse

API_ATTRIBUTES =
[
  :mcc,
  :city,
  :country,
  :subMerchantID,
  :address,
  :city,
  :state,
  :country,
  :cep,
  :cnpj,
  :taxIdNumber
]

Method Summary

Methods inherited from Base

#initialize, #set_accessors_for_api_attributes, #to_json

Constructor Details

This class inherits a constructor from Erede::Models::Base