QueryApprovedPlansDetails interface
Query approved plans response
Properties
| all |
Indicates whether all subscriptions are approved for this plan |
| plan |
Plan id |
| subscription |
Approved subscription ids list. In case all subscriptions are approved for a plan, allSubscriptions flag is true and list is empty ( else flag is set to false). In case both subscriptions list is empty and allSubscriptions flag is false, the plan is not approved for any subscription. |
Property Details
allSubscriptions
Indicates whether all subscriptions are approved for this plan
allSubscriptions?: boolean
Property Value
boolean
planId
Plan id
planId?: string
Property Value
string
subscriptionIds
Approved subscription ids list. In case all subscriptions are approved for a plan, allSubscriptions flag is true and list is empty ( else flag is set to false). In case both subscriptions list is empty and allSubscriptions flag is false, the plan is not approved for any subscription.
subscriptionIds?: string[]
Property Value
string[]