CreditNoteLine constructor

CreditNoteLine({
  1. String? id,
  2. String? object,
  3. int? amount,
  4. String? description,
  5. int? discountAmount,
  6. String? invoiceLineItem,
  7. bool? livemode,
  8. List<Rate>? taxRates,
  9. String? type,
  10. int? unitAmount,
  11. String? unitAmountDecimal,
  12. int? quantity,
  13. List<TaxAmount>? taxAmounts,
})

Implementation

CreditNoteLine(
    {this.id,
    this.object,
    this.amount,
    this.description,
    this.discountAmount,
    this.invoiceLineItem,
    this.livemode,
    this.taxRates,
    this.type,
    this.unitAmount,
    this.unitAmountDecimal,
    this.quantity,
    this.taxAmounts});