vendorCategoryIndex property

  1. @JsonKey(name: 'vendorCategoryIndex')
int? vendorCategoryIndex
getter/setter pair

If >= 0, this is the category of sale items to show along with this interaction dialog.

Implementation

@JsonKey(name:'vendorCategoryIndex')
int? vendorCategoryIndex;