Class: Payrix::Resource::Merchants
- Defined in:
- lib/payrix/resource/merchants.rb
Constant Summary collapse
- ATTRS =
[:id, :created, :modified, :creator, :modifier, :lastActivity, :entity, :dba, :new, :established, :annualCCSales, :avgTicket, :amex, :discover, :mcc, :status, :boarded, :inactive, :frozen, :environment, :visaMvv, :chargebackNotificationEmail, :statusReason, :totalApprovedSales, :autoBoarded, :saqType, :saqDate, :qsa, :letterStatus, :letterDate, :tcAttestation, :visaDisclosure, :disclosureIP, :disclosureDate, :accountClosureReasonCode, :accountClosureReasonDate, :annualCCSaleVolume, :annualACHSaleVolume, :riskLevel, :creditRatio, :creditTimeliness, :chargebackRatio, :ndxDays, :ndxPercentage, :advancedBilling, :locationType, :percentKeyed, :totalVolume, :percentCardNotPresent, :seasonal, :amexVolume, :incrementalAuthSupported, :tmxSessionId]
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
-
#initialize(params) ⇒ Merchants
constructor
A new instance of Merchants.
Methods inherited from Base
#create, #delete, #details, #has_errors?, #has_more?, #request_options, #request_options=, #response, #retrieve, #set, #status, #to_json, #totals, #update
Constructor Details
#initialize(params) ⇒ Merchants
Returns a new instance of Merchants.
5 6 7 8 9 |
# File 'lib/payrix/resource/merchants.rb', line 5 def initialize(params) super(params, ATTRS) @resource_name = 'merchants' end |