OrderItems constructor

OrderItems({
  1. num? productRefId,
  2. num? price,
  3. String? currency,
  4. String? pricePeriod,
  5. String? label,
  6. String? subtitleLabel,
  7. String? description,
})

Implementation

OrderItems(
    {this.productRefId,
    this.price,
    this.currency,
    this.pricePeriod,
    this.label,
    this.subtitleLabel,
    this.description});