C# Class com.openrest.v1_1.GetOrderRequest

Inheritance: Request
Show file Open project: wix/openrest4net

Public Properties

Property Type Description
accessToken string
anonymize bool?
embed bool?
fields IList
locale string
orderId string
printConfirmation bool?
printCsc bool?
printHeader bool?
shareToken string
viewMode string
viewport Viewport

Public Methods

Method Description
GetOrderRequest ( ) : System
GetOrderRequest ( string accessToken, string orderId, string viewMode, string shareToken, bool anonymize, IList fields, string locale, Viewport viewport, bool embed, bool printConfirmation, bool printHeader, bool printCsc ) : System

Method Details

GetOrderRequest() public method

public GetOrderRequest ( ) : System
return System

GetOrderRequest() public method

public GetOrderRequest ( string accessToken, string orderId, string viewMode, string shareToken, bool anonymize, IList fields, string locale, Viewport viewport, bool embed, bool printConfirmation, bool printHeader, bool printCsc ) : System
accessToken string
orderId string
viewMode string
shareToken string
anonymize bool
fields IList
locale string
viewport Viewport
embed bool
printConfirmation bool
printHeader bool
printCsc bool
return System

Property Details

accessToken public property

public string accessToken
return string

anonymize public property

public bool? anonymize
return bool?

embed public property

public bool? embed
return bool?

fields public property

public IList fields
return IList

locale public property

public string locale
return string

orderId public property

public string orderId
return string

printConfirmation public property

public bool? printConfirmation
return bool?

printCsc public property

public bool? printCsc
return bool?

printHeader public property

public bool? printHeader
return bool?

shareToken public property

public string shareToken
return string

viewMode public property

public string viewMode
return string

viewport public property

public Viewport,com.openrest.v1_1 viewport
return Viewport