Method: OrderCloud::BuyerApi#create
- Defined in:
- lib/order_cloud/api/buyer_api.rb
#create(company, opts = {}) ⇒ Buyer
39 40 41 42 |
# File 'lib/order_cloud/api/buyer_api.rb', line 39 def create(company, opts = {}) data, _status_code, _headers = create_with_http_info(company, opts) return data end |