Invoice Section With Create Sub Permission Response
data class InvoiceSectionWithCreateSubPermissionResponse(val billingProfileDisplayName: String, val billingProfileId: String, val billingProfileSpendingLimit: String, val billingProfileStatus: String, val billingProfileStatusReasonCode: String, val billingProfileSystemId: String, val enabledAzurePlans: List<AzurePlanResponse>? = null, val invoiceSectionDisplayName: String, val invoiceSectionId: String, val invoiceSectionSystemId: String)
Invoice section properties with create subscription permission.
Constructors
Link copied to clipboard
fun InvoiceSectionWithCreateSubPermissionResponse(billingProfileDisplayName: String, billingProfileId: String, billingProfileSpendingLimit: String, billingProfileStatus: String, billingProfileStatusReasonCode: String, billingProfileSystemId: String, enabledAzurePlans: List<AzurePlanResponse>? = null, invoiceSectionDisplayName: String, invoiceSectionId: String, invoiceSectionSystemId: String)