Struct InvoiceStatusDto
The InvoiceStatus DTO class represents the invoice status data transfer object.
[Serializable]
public readonly record struct InvoiceStatusDto : IEquatable<InvoiceStatusDto>
- Implements
- Inherited Members
Constructors
InvoiceStatusDto(int, double)
The InvoiceStatus DTO class represents the invoice status data transfer object.
public InvoiceStatusDto(int HitCount, double OccupiedSpace)
Parameters
Properties
HitCount
public int HitCount { get; init; }
Property Value
OccupiedSpace
public double OccupiedSpace { get; init; }