Saas Resource Response Properties
data class SaasResourceResponseProperties(val autoRenew: Boolean? = null, val created: String, val isFreeTrial: Boolean? = null, val lastModified: String? = null, val offerId: String? = null, val paymentChannelMetadata: Map<String, String>? = null, val paymentChannelType: String? = null, val publisherId: String? = null, val publisherTestEnvironment: String? = null, val quantity: Double? = null, val saasResourceName: String? = null, val saasSessionId: String? = null, val saasSubscriptionId: String? = null, val skuId: String? = null, val status: String? = null, val term: SaasPropertiesResponseTerm? = null, val termId: String? = null)
saas properties
Constructors
Link copied to clipboard
constructor(autoRenew: Boolean? = null, created: String, isFreeTrial: Boolean? = null, lastModified: String? = null, offerId: String? = null, paymentChannelMetadata: Map<String, String>? = null, paymentChannelType: String? = null, publisherId: String? = null, publisherTestEnvironment: String? = null, quantity: Double? = null, saasResourceName: String? = null, saasSessionId: String? = null, saasSubscriptionId: String? = null, skuId: String? = null, status: String? = null, term: SaasPropertiesResponseTerm? = null, termId: String? = null)
Properties
Link copied to clipboard
Whether the current term is a Free Trial term
Link copied to clipboard
The last modifier date if this resource.
Link copied to clipboard
The metadata about the SaaS subscription such as the AzureSubscriptionId and ResourceUri.
Link copied to clipboard
The Payment channel for the SaasSubscription.
Link copied to clipboard
The publisher id.
Link copied to clipboard
The environment in the publisher side for this resource.
Link copied to clipboard
The SaaS resource name.
Link copied to clipboard
The saas session id used for dev service migration request.
Link copied to clipboard
The saas subscription id used for tenant to subscription level migration request.
Link copied to clipboard
The current Term object.