Package-level declarations

Types

Link copied to clipboard
data class AzurePlanResponse(val skuDescription: String, val skuId: String? = null)

Details of the Azure plan.

data class GetBillingRoleAssignmentByBillingAccountResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)

The role assignment

data class GetBillingRoleAssignmentByDepartmentResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)

The role assignment

data class GetBillingRoleAssignmentByEnrollmentAccountResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)

The role assignment

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.

The list of invoice section properties with create subscription permission.