Owneat Technical Guide main Help

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

string

ExpenseReportId

public string ExpenseReportId { get; init; }

Property Value

string

GuestsCount

public int GuestsCount { get; init; }

Property Value

int

OrderDate

public DateTimeOffset OrderDate { get; init; }

Property Value

DateTimeOffset

OrderDateString

public string OrderDateString { get; }

Property Value

string

PaidItems

public List<OrderProduct> PaidItems { get; init; }

Property Value

List < OrderProduct \>

TotalPriceIncludingVat

public double TotalPriceIncludingVat { get; }

Property Value

double

Last modified: 21 May 2024