BillDto class

A digital bill that was added for a vendor customer. Needs type set to 'bill'.

Inheritance

Constructors

BillDto({required CashRegisterDto cashRegister, required SecurityDto security, 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})
BillDto.fromJson(Map<String, dynamic> json)
factory

Properties

cashRegister CashRegisterDto
read / write
comment String?
Comment
read / writeinherited
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
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
isSynced bool
Flag if Bill is in Datev, GMI or Fileee Pocket and is already synced.
read / writeinherited
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
security SecurityDto
read / write
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
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