Method: OrderCloud::SpendingAccountApi#patch

Defined in:
lib/order_cloud/api/spending_account_api.rb

#patch(buyer_id, spending_account_id, spending_account, opts = {}) ⇒ SpendingAccount

Parameters:

  • buyer_id

    ID of the buyer.

  • spending_account_id

    ID of the spending account.

  • spending_account
  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



439
440
441
442
# File 'lib/order_cloud/api/spending_account_api.rb', line 439

def patch(buyer_id, , , opts = {})
  data, _status_code, _headers = patch_with_http_info(buyer_id, , , opts)
  return data
end