PAN property

int? get PAN

Implementation

int? get PAN => _$this._PAN;
set PAN (int? PAN)

Implementation

set PAN(int? PAN) => _$this._PAN = PAN;