Class: IngramMicro::InboundOrderHeader

Inherits:
InboundBaseElement show all
Defined in:
lib/ingram_micro/inbound_elements/inbound_order_header.rb

Instance Attribute Summary

Attributes inherited from InboundBaseElement

#hash

Instance Method Summary collapse

Methods inherited from InboundBaseElement

#==, #initialize, #transaction_name

Constructor Details

This class inherits a constructor from IngramMicro::InboundBaseElement

Instance Method Details

#brightpoint_order_numberObject



47
48
49
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 47

def brightpoint_order_number
  hash['brightpoint_order_number']
end

#customer_order_dateObject



7
8
9
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 7

def customer_order_date
  hash['customer_order_date']
end

#customer_order_numberObject



3
4
5
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 3

def customer_order_number
  hash['customer_order_number']
end

#gift_flagObject



63
64
65
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 63

def gift_flag
  hash['gift_flag']
end

#order_discountObject



15
16
17
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 15

def order_discount
  hash['order_discount']
end

#order_referenceObject



59
60
61
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 59

def order_reference
  hash['order_reference']
end

#order_shipment_chargeObject



31
32
33
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 31

def order_shipment_charge
  hash['order_shipment_charge']
end

#order_statusObject



39
40
41
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 39

def order_status
  hash['order_status']
end

#order_sub_totalObject



11
12
13
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 11

def order_sub_total
  hash['order_sub_total']
end

#order_tax1Object



19
20
21
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 19

def order_tax1
  hash['order_tax1']
end

#order_tax2Object



23
24
25
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 23

def order_tax2
  hash['order_tax2']
end

#order_tax3Object



27
28
29
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 27

def order_tax3
  hash['order_tax3']
end

#order_total_netObject



35
36
37
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 35

def order_total_net
  hash['order_total_net']
end

#order_typeObject



43
44
45
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 43

def order_type
  hash['order_type']
end

#ship_dateObject



55
56
57
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 55

def ship_date
  hash['ship_date']
end

#warehouse_idObject



51
52
53
# File 'lib/ingram_micro/inbound_elements/inbound_order_header.rb', line 51

def warehouse_id
  hash['warehouse_id']
end