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
fun ProfessionalServiceResourceResponseProperties(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)