Items class

Implementers

Constructors

Items({String? id, String? description, String? scheduledDate, String? invoiceId, String? customerRef, String? total, String? taxes, String? clientShare, String? commission, String? numberOfInstallments, String? installment})
Items.fromJson(String source)
factory
Items.fromMap(Map<String, dynamic> map)
factory

Properties

clientShare String?
getter/setter pair
commission String?
getter/setter pair
customerRef String?
getter/setter pair
description String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
id String?
getter/setter pair
installment String?
getter/setter pair
invoiceId String?
getter/setter pair
numberOfInstallments String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledDate String?
getter/setter pair
taxes String?
getter/setter pair
total String?
getter/setter pair

Methods

copyWith({String? id, String? description, String? scheduledDate, String? invoiceId, String? customerRef, String? total, String? taxes, String? clientShare, String? commission, String? numberOfInstallments, String? installment}) Items
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object o) bool
The equality operator.
override