Invoice class
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Invoice({String? invoiceId, InvoiceAmount? amount, InvoiceState? state, DateTime? created, String? correlationId, String? description, String? issuerId, String? receiverId})
-
Invoice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amount ↔ InvoiceAmount?
-
getter/setter pair
- correlationId ↔ String?
-
getter/setter pair
- created ↔ DateTime?
-
getter/setter pair
- description ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceId ↔ String?
-
getter/setter pair
- issuerId ↔ String?
-
ID of your Strike account
getter/setter pair
- receiverId ↔ String?
-
ID of the tip receiver
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state ↔ InvoiceState?
-
Current state of the invoice
UNPAID, PAID, PENDING, CANCELLED
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openStrikeApp(
) → void -
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited