...
This commit is contained in:
@@ -78,6 +78,7 @@ namespace Shared.DTOs
|
||||
public decimal? tbill { get; set; }
|
||||
public int? BillReference { get; set; }
|
||||
public bool IsDeleted { get; set; }
|
||||
public string? ExternalAccessCode { get; set; }
|
||||
public ICollection<InvoiceItemDTO> items { get; set; }=new List<InvoiceItemDTO>();
|
||||
public ICollection<InvoicePaymentDTO> payments { get; set; } = new List<InvoicePaymentDTO>();
|
||||
// public ICollection<InvoiceStatusDto> Invoicestatuschanges { get; set; }
|
||||
|
Reference in New Issue
Block a user