type property
PartyIdentificationTypeEnum?
get
type
Implementation
PartyIdentificationTypeEnum? get type => _$this._type;
set
type
(PartyIdentificationTypeEnum? type)
Implementation
set type(PartyIdentificationTypeEnum? type) => _$this._type = type;