| Name | Type | Description | Notes |
|---|---|---|---|
| subsno | int | Subscription Id - primary key together with extno | |
| extno | int | Subscription Extension Id - how many times a subscription has been extended | |
| cusno | int | Customer getting the subscription | |
| paycusno | int | Customer paying for the subscription | |
| kind | str | ||
| state | str | ||
| pricegroup | str | [optional] | |
| package | Package | ||
| dates | SubscriptionDates | ||
| extsubsexists | bool | If the extension of this subscription exists | |
| campaign | PackageCampaign | [optional] | |
| paused | list[PausedSubscription] | Pause periods of this subscription | [optional] |
| receiver | str | The name of subscription receiver | [optional] |
| delivery_address | DeliveryAddress | [optional] | |
| pending_address_changes | list[PendingAddressChange] | Pending and ongoing temporary address changes | [optional] |
| order_number | str | Order number of subscription | [optional] |
| payment_method | str | [optional] | |
| payment_method_id | int | [optional] | |
| delivery_trouble_end | datetime | [optional] |