B2CTenant Resource Properties Response Billing Config
data class B2CTenantResourcePropertiesResponseBillingConfig(val billingType: String? = null, val effectiveStartDateUtc: String)
The billing configuration for the tenant.
Constructors
Link copied to clipboard
fun B2CTenantResourcePropertiesResponseBillingConfig(billingType: String? = null, effectiveStartDateUtc: String)
Types
Properties
Link copied to clipboard
The type of billing. Will be MAU for all new customers. If 'Auths', it can be updated to 'MAU'. Cannot be changed if value is 'MAU'. Learn more about Azure AD B2C billing at aka.ms/b2cBilling.
Link copied to clipboard