Method: OrderCloud::SpendingAccountApi#save_assignment

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

#save_assignment(buyer_id, assignment, opts = {}) ⇒ nil

Parameters:

  • buyer_id

    ID of the buyer.

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

    the optional parameters

Returns:

  • (nil)


503
504
505
506
# File 'lib/order_cloud/api/spending_account_api.rb', line 503

def save_assignment(buyer_id, assignment, opts = {})
  save_assignment_with_http_info(buyer_id, assignment, opts)
  return nil
end