inhibitBuying property

  1. @JsonKey(name: 'inhibitBuying')
bool? inhibitBuying
getter/setter pair

If this is true, you aren't allowed to buy whatever the vendor is selling.

Implementation

@JsonKey(name:'inhibitBuying')
bool? inhibitBuying;