Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.04 KB

overage.md

File metadata and controls

18 lines (13 loc) · 1.04 KB

Overage

Specifies how to charge for units consumed after a customer exceeds a defined number of included units.

Class Name

Overage

Fields

Name Type Tags Description Getter
interval Interval Optional Specifies the interval used to calculate smoothed overage charges. String getInterval()
intervalCount Integer Optional Specifies the number of intervals used to calculate smoothed overage charges. String getIntervalCount()
applyAtEndOfSmoothingPeriod Boolean Optional . Boolean getApplyAtEndOfSmoothingPeriod()
creditUnusedUnits Boolean Optional Specifies whether or not to credit unused units. Boolean getCreditUnusedUnits()
includedUnits Double Optional Specifies the included units to which overage charges do not apply. Double getIncludedUnits()
type Enum Optional Represents the overage type: one of ROLLING_WINDOW or ROLLOVER. String getType()