Skip to main content

PremiumFrequency

How often a recurring premium is paid.

The same four cadences createOffer's premium-mode inputs take, so an offer created with MONTHLY reads back as MONTHLY on both the offer and the policy it becomes. A cadence the insurance system states outside this set is one this API cannot name, so the premium it belongs to is withheld rather than published under a frequency we would be inventing.

enum PremiumFrequency {
ANNUALLY
MONTHLY
QUARTERLY
SEMI_ANNUALLY
}

Values​

PremiumFrequency.ANNUALLY​

Once a year.

PremiumFrequency.MONTHLY​

Twelve times a year.

PremiumFrequency.QUARTERLY​

Four times a year.

PremiumFrequency.SEMI_ANNUALLY​

Twice a year.

Member Of​

OfferRegularPremium object ● PolicyRegularPremium object