C# Class com.openrest.v1_1.GetOrderRequest

Inheritance: Request
Afficher le fichier Open project: wix/openrest4net

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode 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 méthode

public GetOrderRequest ( ) : System
Résultat System

GetOrderRequest() public méthode

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
Résultat System

Property Details

accessToken public_oe property

public string accessToken
Résultat string

anonymize public_oe property

public bool? anonymize
Résultat bool?

embed public_oe property

public bool? embed
Résultat bool?

fields public_oe property

public IList fields
Résultat IList

locale public_oe property

public string locale
Résultat string

orderId public_oe property

public string orderId
Résultat string

printConfirmation public_oe property

public bool? printConfirmation
Résultat bool?

printCsc public_oe property

public bool? printCsc
Résultat bool?

printHeader public_oe property

public bool? printHeader
Résultat bool?

shareToken public_oe property

public string shareToken
Résultat string

viewMode public_oe property

public string viewMode
Résultat string

viewport public_oe property

public Viewport,com.openrest.v1_1 viewport
Résultat Viewport