C# Class com.openrest.v1_1.Order

Show file Open project: wix/openrest4net Class Usage Examples

Public Properties

Property Type Description
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

Public Methods

Method Description
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

Method Details

Order() public method

public Order ( ) : System
return System

Order() public method

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
return System

Property Details

affiliate public property

public string affiliate
return string

charges public property

public IList charges
return IList

clubMember public property

public ClubMember,com.openrest.v1_1 clubMember
return ClubMember

comment public property

public string comment
return string

contact public property

public Contact,com.openrest.v1_1 contact
return Contact

created public property

public long? created
return long?

delivery public property

public Delivery delivery
return Delivery

externalIds public property

public IDictionary externalIds
return string>.IDictionary

html public property

public String html
return String

id public property

public string id
return string

legacyHierarchy public property

public bool? legacyHierarchy
return bool?

locale public property

public string locale
return string

log public property

public IList log
return IList

modified public property

public long? modified
return long?

orderItems public property

public IList orderItems
return IList

payments public property

public IList payments
return IList

platform public property

public string platform
return string

price public property

public int? price
return int?

properties public property

public IDictionary properties
return string>.IDictionary

received public property

public long? received
return long?

restaurantId public property

public string restaurantId
return string

shareToken public property

public String shareToken
return String

source public property

public string source
return string

status public property

public string status
return string

submitAt public property

public long? submitAt
return long?

takeoutPacks public property

public int? takeoutPacks
return int?

user public property

public User user
return User