Skip to content

ExpiryDate

Class that represents the birth date parameter needed for NFC reading.

Properties

public var value: String

Date of expiry in YYMMDD format.

public var checksum: String

Checksum of the value.

public var description: String { get }

Description of the parameters.

Public Methods

public init(value: String, checksum: String? = nil)

Constructor of the class.

  • Parameters:

    • value: value of the date of expiry in YYMMDD format.
    • checksum: checksum of the value of the date of birth. If nil, it is automatically calculated.