Skip to content

Commit

Permalink
editorial-columns-names-ids-p2: Update specification/columns/consumed…
Browse files Browse the repository at this point in the history
…unit.md
  • Loading branch information
ijurica authored Oct 7, 2024
1 parent ef48302 commit b7e957f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/columns/consumedunit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Consumed Unit represents a provider-specified measurement unit indicating ho
The ConsumedUnit column adheres to the following requirements:

* ConsumedUnit MUST be present in the billing data when the provider supports the measurement of usage.
* ConsumedUnit MUST be of type String, and the units of measure used in ConsumedUnit SHOULD adhere to the values and format requirements specified in the [Unit Format](#unitformat) attribute.
* ConsumedUnit MUST be of type String, and the units of measure used in ConsumedUnit SHOULD adhere to the values and format requirements specified in the [UnitFormat](#unitformat) attribute.
* ConsumedUnit MUST NOT be null if [ChargeCategory](#chargecategory) is "Usage", [CommitmentDiscountStatus](#commitmentdiscountstatus) is not "Unused", and [ChargeClass](#chargeclass) is not "Correction".
* ConsumedUnit MAY be null if ChargeCategory is "Usage", CommitmentDiscountStatus is not "Unused", and ChargeClass is "Correction".
* ConsumedUnit MUST be null in all other cases.
Expand Down

0 comments on commit b7e957f

Please sign in to comment.