Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 1004 Bytes

PricingCycleConfig.md

File metadata and controls

31 lines (17 loc) · 1004 Bytes

PricingCycleConfig

Represents configurations related to pricing cycle

Properties

Name Type Description Notes
interval IntervalEnum Interval field allow you to define the billing interval you would like to set
startOffset PricingCycleConfigStartOffset
gracePeriod Integer Togai allows you to ingest past dated events that will be processed by a pricing cycle till the end grace period. For example: Pricing cycle is Monthly from 1st to 30th and gracePeriod is 5 days which next month 1 to 5th date, you can ingest past dated events during this grace period.

Enum: IntervalEnum

Name Value
MONTHLY "MONTHLY"
QUARTERLY "QUARTERLY"
HALF_YEARLY "HALF_YEARLY"
ANNUALLY "ANNUALLY"

Implemented Interfaces

  • Serializable