class IngramMicro::InboundPurchaseOrderInformation
Public Instance Methods
account_description()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb, line 7 def account_description hash['account_description'] end
comments()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb, line 19 def comments hash['comments'] end
currency_code()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb, line 15 def currency_code hash['currency_code'] end
purchase_order_amount()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb, line 11 def purchase_order_amount hash['purchase_order_amount'] end
purchase_order_number()
click to toggle source
# File lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb, line 3 def purchase_order_number hash['purchase_order_number'] end