Method: OrderCloud::SpendingAccountApi#patch
- Defined in:
- lib/order_cloud/api/spending_account_api.rb
#patch(buyer_id, spending_account_id, spending_account, opts = {}) ⇒ SpendingAccount
439 440 441 442 |
# File 'lib/order_cloud/api/spending_account_api.rb', line 439 def patch(buyer_id, spending_account_id, spending_account, opts = {}) data, _status_code, _headers = patch_with_http_info(buyer_id, spending_account_id, spending_account, opts) return data end |