Module: Slack::Web::Api::Endpoints::TeamBilling

Included in:
Slack::Web::Api::Endpoints
Defined in:
lib/slack/web/api/endpoints/team_billing.rb

Instance Method Summary collapse

Instance Method Details

#team_billing_info(options = {}) ⇒ Object

Reads a workspace’s billing plan information.



14
15
16
# File 'lib/slack/web/api/endpoints/team_billing.rb', line 14

def team_billing_info(options = {})
  post('team.billing.info', options)
end