C# Class com.openrest.v1_1.GetOrderRequest

Inheritance: Request
显示文件 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_oe property

public string accessToken
return string

anonymize public_oe property

public bool? anonymize
return bool?

embed public_oe property

public bool? embed
return bool?

fields public_oe property

public IList fields
return IList

locale public_oe property

public string locale
return string

orderId public_oe property

public string orderId
return string

printConfirmation public_oe property

public bool? printConfirmation
return bool?

printCsc public_oe property

public bool? printCsc
return bool?

printHeader public_oe property

public bool? printHeader
return bool?

shareToken public_oe property

public string shareToken
return string

viewMode public_oe property

public string viewMode
return string

viewport public_oe property

public Viewport,com.openrest.v1_1 viewport
return Viewport