Class GrandTotal
- Namespace
- RetailForce.Fiscalisation.Implementation.France.Archive
- Assembly
- RetailForce.Fiscalisation.dll
public class GrandTotal
- Inheritance
-
objectGrandTotal
Properties
AbsoluteGrandTotal
Perpetual Absolute Value Grand Total (GTPVA)
public decimal AbsoluteGrandTotal { get; set; }
Property Value
- decimal
Remarks
Absolute Perpetual Total represents total value of all transactions but not with real values, that positive values are treated as positive - and negative values are also treated as positive.
CumulativeAlgebraicGrandTotal
Perpetual Cumulative Algebraic Grand Total (GTPCA)
public decimal CumulativeAlgebraicGrandTotal { get; set; }
Property Value
- decimal
Remarks
Cumulative Real Perpetual Total represents total value of all transactions with real values, meaning that positive values are treated as positive - and negative values are treated as negative.
GrossGrandTotal
The gross grand total.
public decimal GrossGrandTotal { get; set; }
Property Value
- decimal
Identifier
Unique identifier for this grand total
public Guid Identifier { get; set; }
Property Value
- Guid
NetGrandTotal
The net grand total.
public decimal NetGrandTotal { get; set; }
Property Value
- decimal
PeriodId
According period id for the grand total type.
public string PeriodId { get; set; }
Property Value
- string
Remarks
Possible values are:
- Closing: {closing_num}_{DateTime of closing in format yyyymmdd}
- Month: Month in format yyyymm
- Year: Year in format yyyy
PreviousSignature
The signature of the preceding grand total.
[JsonProperty(NullValueHandling = NullValueHandling.Ignore)]
public string PreviousSignature { get; set; }
Property Value
- string
Signature
Signature for the grand total.
public string Signature { get; set; }
Property Value
- string
SignatureData
Signature string before hashing.
public string SignatureData { get; set; }
Property Value
- string
TimeStamp
Timestamp when the grand total is created.
public DateTime TimeStamp { get; set; }
Property Value
- DateTime
Type
The type of the grand total.
public GrandTotalType Type { get; set; }
Property Value
VatRates
The vat rates for this grand total.
public List<DocumentTaxPosition> VatRates { get; set; }
Property Value
- List<DocumentTaxPosition>