Class: IngramMicro::InboundPurchaseOrderInformation
Instance Attribute Summary
#hash
Instance Method Summary
collapse
#==, #initialize, #transaction_name
Instance Method Details
#account_description ⇒ Object
7
8
9
|
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 7
def account_description
hash['account_description']
end
|
19
20
21
|
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 19
def
hash['comments']
end
|
#currency_code ⇒ Object
15
16
17
|
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 15
def currency_code
hash['currency_code']
end
|
#purchase_order_amount ⇒ Object
11
12
13
|
# 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 ⇒ Object
3
4
5
|
# File 'lib/ingram_micro/inbound_elements/inbound_purchase_order_information.rb', line 3
def purchase_order_number
hash['purchase_order_number']
end
|