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`
486 487 488 489 |
# File 'lib/zoom_us/billing.rb', line 486 def account_plans(account_id, opts = {}) data, _status_code, _headers = account_plans_with_http_info(account_id, opts) data end |