class Affirm::Struct::Transaction
Attributes
amount[RW]
amount_refunded[RW]
checkout_id[RW]
created[RW]
currency[RW]
events[RW]
id[RW]
order_id[RW]
provider_id[RW]
status[RW]
Public Instance Methods
provider()
click to toggle source
# File lib/affirm/structs/transaction.rb, line 16 def provider case provider_id when 1 :affirm when 2 :katapult end end