CreditNoteLine class

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, explicitToJson: true)

Constructors

CreditNoteLine({String? id, String? object, int? amount, String? description, int? discountAmount, String? invoiceLineItem, bool? livemode, List<Rate>? taxRates, String? type, int? unitAmount, String? unitAmountDecimal, int? quantity, List<TaxAmount>? taxAmounts})
CreditNoteLine.fromJson(Map<String, dynamic> json)
factory

Properties

amount int?
getter/setter pair
description String?
getter/setter pair
discountAmount int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
invoiceLineItem String?
getter/setter pair
livemode bool?
getter/setter pair
object String?
getter/setter pair
quantity int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taxAmounts List<TaxAmount>?
getter/setter pair
taxRates List<Rate>?
getter/setter pair
type String?
getter/setter pair
unitAmount int?
getter/setter pair
unitAmountDecimal String?
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited