Class ExpenseReportDetails
Namespace: BusinessSharedKernel.Emailing
Assembly: BusinessSharedKernel.dll
public class ExpenseReportDetails
Inheritance
object ← ExpenseReportDetails
Inherited Members
object.Equals\(object?\), object.Equals\(object?, object?\), object.GetHashCode\(\), object.GetType\(\), object.MemberwiseClone\(\), object.ReferenceEquals\(object?, object?\), object.ToString\(\)
Properties
AskingCustomerEmail
public string AskingCustomerEmail { get; init; }
Property Value
ExpenseReportId
public string ExpenseReportId { get; init; }
Property Value
GuestsCount
public int GuestsCount { get; init; }
Property Value
OrderDate
public DateTimeOffset OrderDate { get; init; }
Property Value
OrderDateString
public string OrderDateString { get; }
Property Value
PaidItems
public List<OrderProduct> PaidItems { get; init; }
Property Value
List < OrderProduct \>
TotalPriceIncludingVat
public double TotalPriceIncludingVat { get; }
Property Value
Last modified: 21 May 2024