BillScanDto class

Scanned bill via the app. Not added via a pos system. Needs type set to 'scan'.

Inheritance

Constructors

BillScanDto({bool? hasScan, bool? isPreview, String? contentType, bool? isVendorBill, String? vendorRecommendationId, required BillType type, required String id, required DateTime createdAt, DateTime? lastModifiedAt, String? version, String? userId, required HeadDto head, required DataDto data, required MiscDto misc, String? comment, String? finoPsd2TransactionId, required bool isFavourite, required bool isSynced, required bool hasTaxReturnFlag, required bool isDeleted})
BillScanDto.fromJson(Map<String, dynamic> json)
factory

Properties

comment String?
Comment
read / writeinherited
contentType String?
Content-Type of a scan bill.
read / write
countryCode String?
The country code of the bill. In ISO 3166-1 alpha-3 format.
read / writeinherited
createdAt DateTime
Datetime when the bill was created.
read / writeinherited
data DataDto
read / writeinherited
finoPsd2TransactionId String?
Id of the FinoPsd2Transaction
read / writeinherited
hashCode int
The hash code for this object.
read-onlyinherited
hasScan bool?
Flag if ScanBill contains scan Resource.
read / write
hasTaxReturnFlag bool
Flag if Bill is marked for taxReturn (Only relevant for the SDK)
read / writeinherited
read / writeinherited
id String
Unique id of the bill.
read / writeinherited
isDeleted bool
Identifies the bill as deleted
read / writeinherited
isFavourite bool
Flag if Bill is Favourite or not
read / writeinherited
isPreview bool?
Whether the bill scan is still in preview.
read / write
isSynced bool
Flag if Bill is in Datev, GMI or Fileee Pocket and is already synced.
read / writeinherited
isVendorBill bool?
Flag whether this scan bill is a vendor bill.
read / write
lastModifiedAt DateTime?
Datetime when the bill was last modified.
read / writeinherited
misc MiscDto
read / writeinherited
props List<Object?>
The list of properties that will be used to determine whether two instances are equal.
read-onlyoverride
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited
type BillType
read / writeinherited
userId String?
The id of the anybill user.
read / writeinherited
vendorRecommendationId String?
Id of the vendor recommendation.
read / write
version String?
Version of the DFKA standard.
read / writeinherited

Methods

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