PrimaryConditionalCreditProperties interface
Properties for primary conditional credit.
- Extends
Properties
| allow |
Whether this conditional credit allows contributor billing accounts |
| entity |
Type of conditional credit entity |
| milestones | List of milestones for this conditional credit (must include awards) |
| system |
System identifier shared between primary and contributor conditional credits representing the same conditional credit program |
Inherited Properties
| benefit |
Fully-qualified identifier of the benefit under applicable benefit list. |
| billing |
The billing account resource ID |
| display |
Display name for the conditional credit |
| end |
End date of the conditional credit (derived from last milestone) |
| product |
Product code for the conditional credit |
| provisioning |
The provisioning state of the resource |
| resource |
Fully-qualified resource identifier of the resource. Format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/{benefitType}/{benefitName}. |
| start |
Start date of the conditional credit |
| status | The status of the conditional credit |
Property Details
allowContributors
Whether this conditional credit allows contributor billing accounts
allowContributors?: string
Property Value
string
entityType
Type of conditional credit entity
entityType: "Primary"
Property Value
"Primary"
milestones
List of milestones for this conditional credit (must include awards)
milestones?: ConditionalCreditMilestone[]
Property Value
systemId
System identifier shared between primary and contributor conditional credits representing the same conditional credit program
systemId?: string
Property Value
string
Inherited Property Details
benefitResourceId
Fully-qualified identifier of the benefit under applicable benefit list.
benefitResourceId?: string
Property Value
string
Inherited From ConditionalCreditProperties.benefitResourceId
billingAccountResourceId
The billing account resource ID
billingAccountResourceId?: string
Property Value
string
Inherited From ConditionalCreditProperties.billingAccountResourceId
displayName
Display name for the conditional credit
displayName?: string
Property Value
string
Inherited From ConditionalCreditProperties.displayName
endAt
End date of the conditional credit (derived from last milestone)
endAt?: Date
Property Value
Date
Inherited From ConditionalCreditProperties.endAt
productCode
Product code for the conditional credit
productCode?: string
Property Value
string
Inherited From ConditionalCreditProperties.productCode
provisioningState
The provisioning state of the resource
provisioningState?: string
Property Value
string
Inherited From ConditionalCreditProperties.provisioningState
resourceId
Fully-qualified resource identifier of the resource. Format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BillingBenefits/{benefitType}/{benefitName}.
resourceId?: string
Property Value
string
Inherited From ConditionalCreditProperties.resourceId
startAt
Start date of the conditional credit
startAt?: Date
Property Value
Date
Inherited From ConditionalCreditProperties.startAt
status
The status of the conditional credit
status?: string
Property Value
string
Inherited From ConditionalCreditProperties.status