expiry_date property

expiry_date property

Identifies expiry date. Will be used if ExpiryDateFormat is not set to None.

Definition:

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

See Also