HeadDto class

Head data of the bill.

Inheritance

Constructors

HeadDto({String? id, String? number, DateTime? date, String? deliveryPeriodStart, String? deliveryPeriodEnd, SellerDto? seller, String? buyerText, BuyerDto? buyer, List<AdditionalHeaderInformationDto>? additionalHeaderInformation})
HeadDto.fromJson(Map<String, dynamic> json)
factory

Properties

additionalHeaderInformation List<AdditionalHeaderInformationDto>?
Additional header information as key/value pair. Only the value will be display on the pdf receipt.
read / write
buyer BuyerDto?
read / write
buyerText String?
Name and address of the receipt recipient / buyer in simple text form. Should only be used if the data is not in a structured form. Otherwise the 'BuyerText'-property should be used.
read / write
date DateTime?
Date of invoice.
read / write
deliveryPeriodEnd String?
End of the delivery period, if different from date of invoice. Needed if 'DeliveryPeriodStart' is set.
read / write
deliveryPeriodStart String?
Start of the delivery period, if different from date of invoice. Needed if 'DeliveryPeriodEnd' is set.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
id String?
The bill id used to reference the issued by the POS system that created the bill.
read / write
number String?
(Consecutive) invoice number.
read / write
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
seller SellerDto?
read / write
stringify bool?
If set to true, the toString method will be overridden to output this instance's props.
read-onlyinherited

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