Objects
Premium
A premium including the amount, frequency and taxation type.
amountMonetaryAmount
The premium amount.
frequencystring
The frequency with which this premium is based on.
Possible Enum values are
YEARLY_PREMIUM_FREQUENCY or UNKNOWN_PREMIUM_FREQUENCY.taxationstring
Whether taxation is a part of the premium or not.
Possible Enum values are
INCLUSIVE_TAXATION, EXCLUSIVE_TAXATION or UNKNOWN_TAXATION.Example
{ "amount": { "currencyCode": "EUR", "minorUnitAmount": 24999 }, "frequency": "YEARLY_PREMIUM_FREQUENCY", "taxation": "INCLUSIVE_TAXATION"}