Objects

Premium

A premium including the amount and period.

Extended by: DanishPremium
@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 dk or 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.
One of these types:

Properties below are from the DanishPremium subtype. View the full schema for full details.

paymentMethodstring

Method of payment

Possible Enum values are UNDEFINED, AUTOGIRO, PAPER_INVOICE, ELECTRONIC_INVOICE, GENERIC_INVOICE, ONE_TIME_PAYMENT, EMPLOYER_PAID or CREDIT_CARD.
Example
{  "@market": "core",  "amount": {    "amount": 10.32,    "currency": "EUR"  },  "paymentFrequency": 12,  "period": "YEARLY_PREMIUM_PERIOD"}