initialRegistrationDate property

TextFieldWrapper get initialRegistrationDate

Date when the cardholder was initially registered

Implementation

TextFieldWrapper get initialRegistrationDate => document
    .fieldByTypeName("InitialRegistrationDate")!
    .let((field) => TextFieldWrapper(field));