validFrom property

String? validFrom
final

Enter valid from date of the card month and year like mm/yy,

Example 01/23, here 01 means month January & 23 means year 2023. Optional field, can be skipped.

Implementation

final String? validFrom;