isCrm property

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

If this sale can only be performed as the result of receiving a CRM offer, this is true.

Implementation

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