Method: OrderCloud::SpendingAccountApi#delete_assignment

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

#delete_assignment(buyer_id, spending_account_id, opts = {}) ⇒ nil

Parameters:

  • buyer_id

    ID of the buyer.

  • spending_account_id

    ID of the spending account.

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

    the optional parameters

Options Hash (opts):

  • :user_id (String)

    ID of the user.

  • :user_group_id (String)

    ID of the user group.

Returns:

  • (nil)


163
164
165
166
# File 'lib/order_cloud/api/spending_account_api.rb', line 163

def delete_assignment(buyer_id, , opts = {})
  delete_assignment_with_http_info(buyer_id, , opts)
  return nil
end