Table of Contents

Class OrderResponseDto

Namespace
GastroSky.Models.DTO.Order
Assembly
GastroSky.Models.dll
public sealed class OrderResponseDto
Inheritance
OrderResponseDto
Inherited Members

Properties

Address

public string? Address { get; set; }

Property Value

string

BusinessIdentificationNumber

public string? BusinessIdentificationNumber { get; set; }

Property Value

string

CompanyName

public string? CompanyName { get; set; }

Property Value

string

CountryCodeISO

public string? CountryCodeISO { get; set; }

Property Value

string

Currency

public required string Currency { get; set; }

Property Value

string

DateOfBirth

public DateOnly? DateOfBirth { get; set; }

Property Value

DateOnly?

Email

public required string Email { get; set; }

Property Value

string

FirstName

public string? FirstName { get; set; }

Property Value

string

FulfillmentUTC

public long? FulfillmentUTC { get; set; }

Property Value

long?

FullPaymentUTC

public long? FullPaymentUTC { get; set; }

Property Value

long?

Id

public long Id { get; set; }

Property Value

long

Language

public required Language Language { get; set; }

Property Value

Language

LastName

public string? LastName { get; set; }

Property Value

string

Location

public string? Location { get; set; }

Property Value

string

Message

public string? Message { get; set; }

Property Value

string

OrderedProducts

public ICollection<OrderedProductResponseDto> OrderedProducts { get; set; }

Property Value

ICollection<OrderedProductResponseDto>

PaymentMethod

public required PaymentMethod PaymentMethod { get; set; }

Property Value

PaymentMethod

PaymentUrl

public string PaymentUrl { get; set; }

Property Value

string

PhoneNumber

public string? PhoneNumber { get; set; }

Property Value

string

Post

public PrivatePostReducedResponseDto Post { get; set; }

Property Value

PrivatePostReducedResponseDto

PostId

public long? PostId { get; set; }

Property Value

long?

SalePriceSubunit

public required long SalePriceSubunit { get; set; }

Property Value

long

Slug

public required string Slug { get; set; }

Property Value

string

TestMode

public bool TestMode { get; set; }

Property Value

bool

TimestampUTC

public long TimestampUTC { get; set; }

Property Value

long

UserId

public long? UserId { get; set; }

Property Value

long?

ValueAddedTaxIdentificationNumber

public string? ValueAddedTaxIdentificationNumber { get; set; }

Property Value

string

ZipCode

public string? ZipCode { get; set; }

Property Value

string