toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (priceAdjustment != null) 'priceAdjustment': priceAdjustment!,
      if (taxAdjustment != null) 'taxAdjustment': taxAdjustment!,
      if (type != null) 'type': type!,
    };