Invoices class
Constructors
-
Invoices({String? id, String? createdAt, String? no, double? price, String? currency, double? tax, double? productDiscount, double? cartDiscount, double? shippingPrice, double? cashOnDeliveryPrice, StoreDTO? store, List<
TaxDTO> ? taxDetails, void refund, String? symbol, double? discount, double? promoCodeDiscount, String? shippingURL}) -
Invoices.fromJson(Map<
String, dynamic> json)
Properties
- cartDiscount ↔ double?
-
getter/setter pair
- cashOnDeliveryPrice ↔ double?
-
getter/setter pair
- createdAt ↔ String?
-
getter/setter pair
- currency ↔ String?
-
getter/setter pair
- discount ↔ double?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
- no ↔ String?
-
getter/setter pair
- price ↔ double?
-
getter/setter pair
- productDiscount ↔ double?
-
getter/setter pair
- promoCodeDiscount ↔ double?
-
getter/setter pair
- refund ↔ void
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- shippingPrice ↔ double?
-
getter/setter pair
- shippingURL ↔ String?
-
getter/setter pair
- store ↔ StoreDTO?
-
getter/setter pair
- symbol ↔ String?
-
getter/setter pair
- tax ↔ double?
-
getter/setter pair
-
taxDetails
↔ List<
TaxDTO> ? -
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