C# Класс com.openrest.v1_1.Order

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
affiliate string
charges IList
clubMember ClubMember
comment string
contact Contact
created long?
delivery Delivery
externalIds string>.IDictionary
html String
id string
legacyHierarchy bool?
locale string
log IList
modified long?
orderItems IList
payments IList
platform string
price int?
properties string>.IDictionary
received long?
restaurantId string
shareToken String
source string
status string
submitAt long?
takeoutPacks int?
user User

Открытые методы

Метод Описание
Order ( ) : System
Order ( string id, string>.IDictionary externalIds, string restaurantId, string locale, IList orderItems, string comment, int price, Delivery delivery, Contact contact, IList payments, int takeoutPacks, IList charges, long created, long received, long modified, long submitAt, User user, ClubMember clubMember, string status, string shareToken, string affiliate, string source, string platform, bool legacyHierarchy, string>.IDictionary properties, IList log ) : System

Описание методов

Order() публичный Метод

public Order ( ) : System
Результат System

Order() публичный Метод

public Order ( string id, string>.IDictionary externalIds, string restaurantId, string locale, IList orderItems, string comment, int price, Delivery delivery, Contact contact, IList payments, int takeoutPacks, IList charges, long created, long received, long modified, long submitAt, User user, ClubMember clubMember, string status, string shareToken, string affiliate, string source, string platform, bool legacyHierarchy, string>.IDictionary properties, IList log ) : System
id string
externalIds string>.IDictionary
restaurantId string
locale string
orderItems IList
comment string
price int
delivery Delivery
contact Contact
payments IList
takeoutPacks int
charges IList
created long
received long
modified long
submitAt long
user User
clubMember ClubMember
status string
shareToken string
affiliate string
source string
platform string
legacyHierarchy bool
properties string>.IDictionary
log IList
Результат System

Описание свойств

affiliate публичное свойство

public string affiliate
Результат string

charges публичное свойство

public IList charges
Результат IList

clubMember публичное свойство

public ClubMember,com.openrest.v1_1 clubMember
Результат ClubMember

comment публичное свойство

public string comment
Результат string

contact публичное свойство

public Contact,com.openrest.v1_1 contact
Результат Contact

created публичное свойство

public long? created
Результат long?

delivery публичное свойство

public Delivery delivery
Результат Delivery

externalIds публичное свойство

public IDictionary externalIds
Результат string>.IDictionary

html публичное свойство

public String html
Результат String

id публичное свойство

public string id
Результат string

legacyHierarchy публичное свойство

public bool? legacyHierarchy
Результат bool?

locale публичное свойство

public string locale
Результат string

log публичное свойство

public IList log
Результат IList

modified публичное свойство

public long? modified
Результат long?

orderItems публичное свойство

public IList orderItems
Результат IList

payments публичное свойство

public IList payments
Результат IList

platform публичное свойство

public string platform
Результат string

price публичное свойство

public int? price
Результат int?

properties публичное свойство

public IDictionary properties
Результат string>.IDictionary

received публичное свойство

public long? received
Результат long?

restaurantId публичное свойство

public string restaurantId
Результат string

shareToken публичное свойство

public String shareToken
Результат String

source публичное свойство

public string source
Результат string

status публичное свойство

public string status
Результат string

submitAt публичное свойство

public long? submitAt
Результат long?

takeoutPacks публичное свойство

public int? takeoutPacks
Результат int?

user публичное свойство

public User user
Результат User