Class: Erede::Models::Transaction

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

Constant Summary collapse

API_ATTRIBUTES =
[
  :reference,
  :amount,
  :cardholderName,
  :installments,
  :cardNumber,
  :expirationMonth,
  :expirationYear,
  :securityCode,
  :authorization,
  :authorizationCode,
  :brand,
  :brandTid,
  :cancelId,
  :capture,
  :cardBin,
  :cart,
  :dateTime,
  :distributorAffiliation,
  :iata,
  :kind,
  :last4,
  :nsu,
  :origin,
  :refundDateTime,
  :refundId,
  :refunds,
  :requestDateTime,
  :softDescriptor,
  :storageCard,
  :subscription,
  :threeDSecure,
  :independentSalesOrganizationID,
  :tid,
  :urls,
  :paymentFacilitatorId,
  :subMerchant
]

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