inhibitSelling property

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

If this is true, you're not allowed to sell whatever the vendor is buying.

Implementation

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