saleStatus property
A flag indicating whether the requesting character can buy the item, and if not the reasons why the character can't buy it.
Implementation
@JsonKey(name:'saleStatus')
VendorItemStatus? saleStatus;
A flag indicating whether the requesting character can buy the item, and if not the reasons why the character can't buy it.
@JsonKey(name:'saleStatus')
VendorItemStatus? saleStatus;