Module: Vindi::Rest::BillItem
- Included in:
- Vindi::Rest
- Defined in:
- lib/vindi/rest/bill_item.rb
Overview
Methods for the bill_items API
Instance Method Summary collapse
-
#bill_item(bill_item_id, options = {}) ⇒ Hash
Get a single bill_item from a merchant.
Instance Method Details
#bill_item(bill_item_id, options = {}) ⇒ Hash
Get a single bill_item from a merchant
15 16 17 |
# File 'lib/vindi/rest/bill_item.rb', line 15 def bill_item(bill_item_id, = {}) get("bill_items/#{bill_item_id}", )[:bill_item] end |