Class: Zinc::MerchantOrderId

Inherits:
Model
  • Object
show all
Defined in:
lib/zinc/merchant_order_id.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#initialize, #to_hash

Constructor Details

This class inherits a constructor from Zinc::Model

Instance Attribute Details

#accountObject

Returns the value of attribute account.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def 
  @account
end

#delivery_dateObject

Returns the value of attribute delivery_date.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def delivery_date
  @delivery_date
end

#merchantObject

Returns the value of attribute merchant.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def merchant
  @merchant
end

#merchant_order_idObject

Returns the value of attribute merchant_order_id.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def merchant_order_id
  @merchant_order_id
end

#placed_atObject

Returns the value of attribute placed_at.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def placed_at
  @placed_at
end

#product_idsObject

Returns the value of attribute product_ids.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def product_ids
  @product_ids
end

#trackingObject

Returns the value of attribute tracking.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def tracking
  @tracking
end

#tracking_urlObject

Returns the value of attribute tracking_url.



3
4
5
# File 'lib/zinc/merchant_order_id.rb', line 3

def tracking_url
  @tracking_url
end