saleStatus property

  1. @JsonKey(name: 'saleStatus')
VendorItemStatus? saleStatus
getter/setter pair

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;