module FlowAccount::Client::PurchaseOrder
Public Instance Methods
create_purchase_order(params)
click to toggle source
# File lib/flow_account/client/purchase_order.rb, line 5 def create_purchase_order(params) response = post('purchase-orders', params) response end