Class GeneratePKPReceiptContext
Inheritance
GeneratePKPReceiptContext
Namespace: NineDigiteKasa
Assembly: NineDigit.eKasa.dll
Syntax
public sealed class GeneratePKPReceiptContext
Constructors
GeneratePKPReceiptContext(ORPCode, ReceiptType, ReceiptNumber, DateTimeOffset, Amount)
Declaration
public GeneratePKPReceiptContext(ORPCode cashRegisterCode, ReceiptType type, ReceiptNumber number, DateTimeOffset createdAt, Amount amount)
Parameters
Properties
Amount
Declaration
public Amount Amount { get; }
Property Value
CashRegisterCode
Kód on-line registračnej pokladnice
Declaration
public ORPCode CashRegisterCode { get; }
Property Value
CreatedAt
Dátum a čas vytvorenia dokladu v ORP
Declaration
public DateTimeOffset CreatedAt { get; }
Property Value
Number
Declaration
public ReceiptNumber Number { get; }
Property Value
Type
Declaration
public ReceiptType Type { get; }
Property Value