class IngramMicro::InboundOrderHeader

Public Instance Methods

brightpoint_order_number() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 47
def brightpoint_order_number
  hash['brightpoint_order_number']
end
customer_order_date() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 7
def customer_order_date
  hash['customer_order_date']
end
customer_order_number() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 3
def customer_order_number
  hash['customer_order_number']
end
gift_flag() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 63
def gift_flag
  hash['gift_flag']
end
order_discount() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 15
def order_discount
  hash['order_discount']
end
order_reference() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 59
def order_reference
  hash['order_reference']
end
order_shipment_charge() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 31
def order_shipment_charge
  hash['order_shipment_charge']
end
order_status() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 39
def order_status
  hash['order_status']
end
order_sub_total() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 11
def order_sub_total
  hash['order_sub_total']
end
order_tax1() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 19
def order_tax1
  hash['order_tax1']
end
order_tax2() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 23
def order_tax2
  hash['order_tax2']
end
order_tax3() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 27
def order_tax3
  hash['order_tax3']
end
order_total_net() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 35
def order_total_net
  hash['order_total_net']
end
order_type() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 43
def order_type
  hash['order_type']
end
ship_date() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 55
def ship_date
  hash['ship_date']
end
warehouse_id() click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_order_header.rb, line 51
def warehouse_id
  hash['warehouse_id']
end