Class: Shopify::Transaction

Inherits:
ShopifyModel show all
Defined in:
lib/shopify.rb

Overview

/admin/orders//transactions.xml

Instance Attribute Summary collapse

Attributes inherited from ShopifyModel

#shop

Method Summary

Methods inherited from ShopifyModel

children_of, #initialize, #inspect, instantiate, is_child?, top_level

Constructor Details

This class inherits a constructor from Shopify::ShopifyModel

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



180
181
182
# File 'lib/shopify.rb', line 180

def amount
  @amount
end

#authorizationObject

Returns the value of attribute authorization.



180
181
182
# File 'lib/shopify.rb', line 180

def authorization
  @authorization
end

#created_atObject

Returns the value of attribute created_at.



180
181
182
# File 'lib/shopify.rb', line 180

def created_at
  @created_at
end

#kindObject

Returns the value of attribute kind.



180
181
182
# File 'lib/shopify.rb', line 180

def kind
  @kind
end

#order_idObject

Returns the value of attribute order_id.



180
181
182
# File 'lib/shopify.rb', line 180

def order_id
  @order_id
end

#receiptObject

Returns the value of attribute receipt.



180
181
182
# File 'lib/shopify.rb', line 180

def receipt
  @receipt
end

#statusObject

Returns the value of attribute status.



180
181
182
# File 'lib/shopify.rb', line 180

def status
  @status
end