Objects
Premium
A premium including the amount and period.
Extended by: FrenchPremium
@marketMarket
A meta property to indicate which specific insurance model to deserialize the response to. The value is the ISO 3166-1 alpha-2 country code, with the addition of the core market, used as default models where no market-specific one exists.
Possible Enum values are
fr or core.amountMonetaryAmount
The premium amount.
paymentFrequencyinteger[int32]
Frequency of premium payments, possible values are:
1 - annually, 2 - biannually, 4 - quarterly,
12 - monthly, 0 - one time payment or -1 - unknown
periodstring
The period with which this premium is based on.
Possible Enum values are
YEARLY_PREMIUM_PERIOD or UNKNOWN_PREMIUM_PERIOD.One of these types:
Properties below are from the FrenchPremium subtype. View the full schema for full details.
taxationstring
Whether taxation is a part of the premium or not.
Possible Enum values are
INCLUSIVE_TAXATION, EXCLUSIVE_TAXATION or UNKNOWN_TAXATION.Example
{ "@market": "core", "amount": { "amount": 10.32, "currency": "EUR" }, "paymentFrequency": 12, "period": "YEARLY_PREMIUM_PERIOD"}