SaasSubscriptionDetails interface
SaaS Subscription Details model
Properties
| id | Purchased SaaS subscription ID |
| is |
AutoRenew flag |
| is |
FreeTrial flag |
| offer |
Purchased offer ID |
| plan |
Purchased offer's plan ID |
| publisher |
Publisher ID |
| purchaser |
Purchaser Email ID |
| purchaser |
Purchaser Tenant ID |
| saas |
Indicates the status of the Subscription. |
| subscription |
SaaS subscription name |
| term |
Purchase Term Unit |
| time |
Creation Date and Time |
Property Details
id
Purchased SaaS subscription ID
id?: string
Property Value
string
isAutoRenew
AutoRenew flag
isAutoRenew?: boolean
Property Value
boolean
isFreeTrial
FreeTrial flag
isFreeTrial?: boolean
Property Value
boolean
offerId
Purchased offer ID
offerId?: string
Property Value
string
planId
Purchased offer's plan ID
planId?: string
Property Value
string
publisherId
Publisher ID
publisherId?: string
Property Value
string
purchaserEmailId
Purchaser Email ID
purchaserEmailId?: string
Property Value
string
purchaserTenantId
Purchaser Tenant ID
purchaserTenantId?: string
Property Value
string
saasSubscriptionStatus
Indicates the status of the Subscription.
saasSubscriptionStatus?: string
Property Value
string
subscriptionName
SaaS subscription name
subscriptionName?: string
Property Value
string
termUnit
Purchase Term Unit
termUnit?: string
Property Value
string
timeCreated
Creation Date and Time
timeCreated?: Date
Property Value
Date