InvoiceSectionWithCreateSubPermissionResponse

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

constructor(billingProfileDisplayName: String, billingProfileId: String, billingProfileSpendingLimit: String, billingProfileStatus: String, billingProfileStatusReasonCode: String, billingProfileSystemId: String, enabledAzurePlans: List<AzurePlanResponse>? = null, invoiceSectionDisplayName: String, invoiceSectionId: String, invoiceSectionSystemId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the billing profile for the invoice section.

Link copied to clipboard

The ID of the billing profile for the invoice section.

Link copied to clipboard

The billing profile spending limit.

Link copied to clipboard

The status of the billing profile.

Link copied to clipboard

Reason for the specified billing profile status.

Link copied to clipboard

The system generated unique identifier for a billing profile.

Link copied to clipboard

Enabled azure plans for the associated billing profile.

Link copied to clipboard

The name of the invoice section.

Link copied to clipboard

The ID of the invoice section.

Link copied to clipboard

The system generated unique identifier for an invoice section.