| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Package identifier | |
| name | str | Package name | |
| info | list[str] | Package description | |
| paper | Paper | ||
| digital_only | bool | All products in this package are digital | |
| products | list[Product] | The Products contained in a package | |
| offers | list[PackageOffer] | Offers for the package | |
| campaigns | list[PackageCampaign] | Active campaigns for the package | |
| next_delivery | date | [optional] | |
| can_pause | bool | Does the package allow delivery pauses | |
| can_temp_addr | bool | Does the package allow temporary address changes |