isOffer property

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

If this sale can only be performed as the result of an offer check, this is true.

Implementation

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