Invoice class
- Inheritance
-
- Object
- ButlerResult
- Invoice
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- Invoice()
- Invoice.fromButlerResult(ButlerResult result)
-
factory
-
Invoice.fromJson(Map<
String, dynamic> json) -
factory
Properties
- amountDue → String?
-
no setter
- billingAddresRecipient → String?
-
no setter
- billingAddress → String?
-
no setter
- confidenceScore ↔ String?
-
getter/setter pairinherited
- customerAddress → String?
-
no setter
- customerAddressRecipient → String?
-
no setter
- customerId → String?
-
no setter
- customerName → String?
-
no setter
- customerTaxId → String?
-
no setter
- documentId ↔ String?
-
getter/setter pairinherited
- documentStatus ↔ String?
-
getter/setter pairinherited
- documentType ↔ String?
-
getter/setter pairinherited
- dueDate → String?
-
no setter
- fileName ↔ String?
-
getter/setter pairinherited
-
formFields
↔ List<
ButlerField> ? -
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- invoiceDate → String?
-
no setter
- invoiceNumber → String?
-
no setter
- invoiceTotal → String?
-
no setter
- mimeType ↔ String?
-
getter/setter pairinherited
- paymentTerm → String?
-
no setter
- previousUnpaidBalance → String?
-
no setter
- purchaseOrder → String?
-
no setter
- remittanceAddress → String?
-
no setter
- remittanceAddressRecipient → String?
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serviceAddress → String?
-
no setter
- serviceAddressRecipient → String?
-
no setter
- serviceEndDate → String?
-
no setter
- serviceStartDate → String?
-
no setter
- shippingAddress → String?
-
no setter
- shippingAddressRecipient → String?
-
no setter
- subtotal → String?
-
no setter
-
tables
↔ List<
ButlerTable> ? -
getter/setter pairinherited
- totalTax → String?
-
no setter
- totalVat → String?
-
no setter
- uploadId ↔ String?
-
The uploadId is used to delete the document and results after if needed.
getter/setter pairinherited
- vendorAddress → String?
-
no setter
- vendorAddressRecipient → String?
-
no setter
- vendorName → String?
-
no setter
- vendorTaxId → String?
-
no setter
Methods
-
getField(
String fieldName) → String? -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited