Idinteger(int32)A internal id for this type.CodestringAn external code use to identify this type. Used when creating Subscription. MaxLength: 50.NamestringThe name of the type. MaxLength: 50.DescriptionstringA description of the type. MaxLength: 500.EndDatestring or null(date-time)An optional end date for the SubscriptionType. Subscriptions created for this SubscriptionType can not have an end date later than this.{ "Id": 0, "Code": "string", "Name": "string", "Description": "string", "EndDate": "2019-08-24T14:15:22Z" }
An optional end date for the SubscriptionType. Subscriptions created for this SubscriptionType can not have an end date later than this.
Itemsobject(SummaryItem)(SummaryItem)+Show 3 propertiesFreigtobject(SummaryItem)(SummaryItem)+Show 3 propertiesFeesobject(SummaryItem)(SummaryItem)+Show 3 propertiesTotalobject(SummaryItem)(SummaryItem)+Show 3 properties{ "Items": { "Amount": 0, "Vat": 0, "AmountIncVat": 0 }, "Freigt": { "Amount": 0, "Vat": 0, "AmountIncVat": 0 }, "Fees": { "Amount": 0, "Vat": 0, "AmountIncVat": 0 }, "Total": { "Amount": 0, "Vat": 0, "AmountIncVat": 0 } }
Amountnumber(decimal)Total Amount exclusive VAT. PriceDisplay * Quantity.Vatnumber(decimal)The total VAT amount.AmountIncVatnumber(decimal)Total Amount including VAT. PriceDisplayIncVat * Quantity.{ "Amount": 0, "Vat": 0, "AmountIncVat": 0 }