Objects

Premium

A premium including the amount and period.

@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 core.

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.
Example
{  "@market": "core",  "amount": {    "amount": 10.32,    "currency": "EUR"  },  "paymentFrequency": 12,  "period": "YEARLY_PREMIUM_PERIOD"}