vendorIdentifier property
The internal identifier for the Vendor. A holdover from the old days of Vendors, but we don't have time to refactor it away.
Implementation
@JsonKey(name:'vendorIdentifier')
String? vendorIdentifier;
The internal identifier for the Vendor. A holdover from the old days of Vendors, but we don't have time to refactor it away.
@JsonKey(name:'vendorIdentifier')
String? vendorIdentifier;