LineItem constructor

LineItem({
  1. String? currencyCode,
  2. String? description,
  3. String? quantity,
  4. String? totalPrice,
  5. String? unitPrice,
})

Implementation

LineItem({this.currencyCode, this.description, this.quantity, this.totalPrice, this.unitPrice});