BillInfo
This object contains the header information for the receipt. Details about this object are described below.
public class BillInfoDto
{
public Guid UUID { get; set; }
public Guid TemplateUUID { get; set; }
public string TemplateBase64String { get; set; }
public string BillSerieOrNumber { get; set; }
public DateTime IssueDate { get; set; }
public string CurrencyCode { get; set; }
public decimal? ExchangeRate { get; set; }
public RelatedDocument RelatedDocument { get; set; }
public ValidityPeriod ValidityPeriod { get; set; }
}UUID
Bill.BillInfo.UUID = 'b8787efb-639d-4efc-85b5-953bf1dbaac0';TemplateUUID
TemplateBase64String
BillSerieOrNumber
IssueDate
CurrencyCode
ExchangeRate
RelatedDocument
ValidityPeriod
Last updated