Invoice class
- Annotations
-
- @JsonSerializable()
Constructors
- Invoice.new({String? client, String? clientEmail, double? amount, double? discount, String? backUrl, String? webhookUrl, PaymentMethod? mode, String? invoiceNumber, String? comment})
-
Invoice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount ↔ double?
-
getter/setter pair
- backUrl ↔ String?
-
getter/setter pair
- client ↔ String?
-
getter/setter pair
- clientEmail ↔ String?
-
getter/setter pair
- comment ↔ String?
-
getter/setter pair
- discount ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceNumber ↔ String?
-
getter/setter pair
- mode ↔ PaymentMethod?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- webhookUrl ↔ 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