1. GroupDocs.Signature
  2. /
  3. GroupDocs.Signature for Python via .NET
  4. /
  5. groupdocs.signature.domain.extensions
  6. /
  7. Mailmark2D class
  8. /
  9. destination_post_code_and_dps property

destination_post_code_and_dps property

destination_post_code_and_dps property

Contains the Postcode of the Delivery Address with DPS If inland the Postcode/DP contains the following number of characters. Area (1 or 2 characters) District(1 or 2 characters) Sector(1 character) Unit(2 characters) DPS (2 characters). The Postcode and DPS must comply with a valid PAF® format. Max length is 9.

Definition:

@property
def destination_post_code_and_dps(self):
    ...
@destination_post_code_and_dps.setter
def destination_post_code_and_dps(self, value):
    ...

See Also