> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-worktree-351-fix-webapi-escaped-anchors.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Enum values for RecipientSorting

> Lists the enum values for RecipientSorting.

## RecipientSorting Enum

Which sorting should be used on the document mailing recipient list, used when generating PDF

| Name           | Value | Description                  |
| -------------- | ----- | ---------------------------- |
| None           | 0     | No sorting                   |
| CountryZipCode | 1     | Sort by country and zip code |
| CompanyName    | 2     | Sort by company name         |
| CompanyNumber  | 3     | Sort by company number       |
| PersonLastname | 4     | Sort by person last name     |

## Usage

* [s\_shipment](../s-shipment).sorting - Contains info about one shipment. The addresses are stored in s\_shipment\_addr
