return_to_sender_post_code property

return_to_sender_post_code property

Contains the Return to Sender Post Code but no DPS. The PC(without DPS) must comply with a PAF® format.

Definition:

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

See Also