Professional Service Resource Response Properties
data class ProfessionalServiceResourceResponseProperties(val autoRenew: Boolean? = null, val billingPeriod: String? = 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 quoteId: String? = null, val skuId: String? = null, val status: String? = null, val storeFront: String? = null, val term: ProfessionalServicePropertiesResponseTerm? = null, val termUnit: String? = null)
professionalService properties
Constructors
Link copied to clipboard
constructor(autoRenew: Boolean? = null, billingPeriod: String? = null, created: String, isFreeTrial: Boolean? = null, lastModified: String? = null, offerId: String? = null, paymentChannelMetadata: Map<String, String>? = null, paymentChannelType: String? = null, publisherId: String? = null, quoteId: String? = null, skuId: String? = null, status: String? = null, storeFront: String? = null, term: ProfessionalServicePropertiesResponseTerm? = null, termUnit: String? = null)
Properties
Link copied to clipboard
The billing period eg P1M,P1Y for monthly,yearly respectively
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 ProfessionalService subscription such as the AzureSubscriptionId and ResourceUri.
Link copied to clipboard
The Payment channel for the ProfessionalServiceSubscription.
Link copied to clipboard
The publisher id.
Link copied to clipboard
The store front which initiates the purchase.
Link copied to clipboard
The current Term object.