Package-level declarations
Types
Link copied to clipboard
data class GetProfessionalServiceSubscriptionLevelResult(val azureApiVersion: String, val id: String, val name: String, val properties: ProfessionalServiceResourceResponseProperties, val tags: Map<String, String>? = null, val type: String)
ProfessionalService REST API resource definition.
Link copied to clipboard
data class ProfessionalServicePropertiesResponseTerm(val endDate: String? = null, val startDate: String? = null, val termUnit: String? = null)
The current Term object.
Link copied to clipboard
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