InsuranceInfo
This object contains the header information for the E-Insurance Commission Expense Document. Details regarding this object are described below.
public class InsuranceInfoDto
{
public Guid UUID { get; set; }
public Guid TemplateUUID { get; set; }
public string TemplateBase64String { get; set; }
public string InsuranceSerieOrNumber { get; set; }
public DateTime IssueDate { get; set; }
public string CurrencyCode { get; set; }
public decimal? ExchangeRate { get; set; }
public InvoicePeriodDto InvoicePeriod { get; set; }
}UUID
Insurance.InsuranceInfo.UUID = 'b8787efb-639d-4efc-85b5-953bf1dbaac0';TemplateUUID
TemplateBase64String
InsuranceSerieOrNumber
IssueDate
CurrencyCode
ExchangeRate
InvoicePeriod
Last updated