Skip to content

Commit

Permalink
Corrections on some typographic conventions (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight authored Nov 4, 2023
1 parent 8a80412 commit 147250f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion specification/dimensions/billingaccountid.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A billing account is a container for resources and/or services that are billed t

A Billing Account ID is a provider assigned identifier for a billing account.

The BillingAccountId column MUST be present in the billing data. This column must be of type String and MUST NOT contain null values. BillingAccountId MUST be a globally unique identifier within a provider.
The BillingAccountId column MUST be present in the billing data. This column MUST be of type String and MUST NOT contain null values. BillingAccountId MUST be a globally unique identifier within a provider.

See [Appendix: Grouping constructs for resources and/or services](#groupingconstructsforresourcesand/orservices) for details and examples of the different grouping constructs supported by FOCUS.

Expand Down
2 changes: 1 addition & 1 deletion specification/dimensions/billingcurrency.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Billing Currency is an identifier that represents the currency that a charge for resources and/or services was billed in. Billing Currency is commonly used in scenarios where costs need to be grouped or aggregated.

The BillingCurrency column MUST be present in the billing data. BillingCurrency MUST match the currency used in the invoice generated by the invoice issuer. This column must be of type String and MUST NOT contain null values. BillingCurrency MUST conform to [FOCUS Currency Code Format](#currencycodeformat) requirements.
The BillingCurrency column MUST be present in the billing data. BillingCurrency MUST match the currency used in the invoice generated by the invoice issuer. This column MUST be of type String and MUST NOT contain null values. BillingCurrency MUST conform to [FOCUS Currency Code Format](#currencycodeformat) requirements.

## Column ID

Expand Down
2 changes: 1 addition & 1 deletion specification/dimensions/commitmentdiscountid.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A commitment-based discount is a commitment for an amount of usage or spend thro

A Commitment Discount ID is the identifier assigned to a commitment-based discount by the provider. Commitment Discount ID is commonly used for scenarios like chargeback for commitments and savings per commitment-based discount.

The CommitmentDiscountId column MUST be present in the billing data. This column must be of type String and MUST NOT contain null values when a charge is related to a commitment-based discount. When a charge is not associated with a commitment-based discount, the column MUST be null. CommitmentDiscountId MUST be unique within the provider.
The CommitmentDiscountId column MUST be present in the billing data. This column MUST be of type String and MUST NOT contain null values when a charge is related to a commitment-based discount. When a charge is not associated with a commitment-based discount, the column MUST be null. CommitmentDiscountId MUST be unique within the provider.

## Column ID

Expand Down
2 changes: 1 addition & 1 deletion specification/dimensions/commitmentdiscountname.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A commitment-based discount is a commitment for an amount of usage or spend thro

A Commitment Discount Name is the display name assigned to a commitment-based discount.

The CommitmentDiscountName column MUST be present in the billing data. This column must be of type String. The CommitmentDiscountName value MUST be null if the charge is not related to a commitment-based discount and MAY be null if a display name cannot be assigned to a commitment-based discount. CommitmentDiscountName MUST NOT be null if a display name can be assigned to a commitment-based discount.
The CommitmentDiscountName column MUST be present in the billing data. This column MUST be of type String. The CommitmentDiscountName value MUST be null if the charge is not related to a commitment-based discount and MAY be null if a display name cannot be assigned to a commitment-based discount. CommitmentDiscountName MUST NOT be null if a display name can be assigned to a commitment-based discount.

## Column ID

Expand Down

0 comments on commit 147250f

Please sign in to comment.