deliveryPointCheckDigit property

String? deliveryPointCheckDigit
getter/setter pair

The delivery point check digit.

This number is added to the end of the delivery_point_barcode for mechanically scanned mail. Adding all the digits of the delivery_point_barcode, delivery_point_check_digit, postal code, and ZIP+4 together should yield a number divisible by 10.

Implementation

core.String? deliveryPointCheckDigit;