Account Resource Response Properties
data class AccountResourceResponseProperties(val appId: String, val billingPlanId: String, val provisioningState: String)
Property bag from billing account
Constructors
Link copied to clipboard
fun AccountResourceResponseProperties(appId: String, billingPlanId: String, provisioningState: String)