Method: ZoomUs::Billing#account_plans

Defined in:
lib/zoom_us/billing.rb

#account_plans(account_id, opts = {}) ⇒ InlineResponse20015

Get Plan Information Get plan information for a Sub Account under the Master account. <aside> This is only for a Sub Account that is paid by a Master Account.</aside>
Scopes: ‘billing:master`

Parameters:

  • account_id

    The account ID.

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

    the optional parameters

Returns:

  • (InlineResponse20015)


486
487
488
489
# File 'lib/zoom_us/billing.rb', line 486

def (, opts = {})
  data, _status_code, _headers = (, opts)
  data
end