Skip to content

Get Subscription State

shield_get_subscription_state R Documentation

Returns the SubscriptionState, either Active or Inactive

Description

Returns the SubscriptionState, either Active or Inactive.

Usage

shield_get_subscription_state()

Value

A list with the following syntax:

list(
  SubscriptionState = "ACTIVE"|"INACTIVE"
)

Request syntax

svc$get_subscription_state()