C# 클래스 com.openrest.v1_1.GetOrderRequest

상속: Request
파일 보기 프로젝트 열기: wix/openrest4net

공개 프로퍼티들

프로퍼티 타입 설명
accessToken string
anonymize bool?
embed bool?
fields IList
locale string
orderId string
printConfirmation bool?
printCsc bool?
printHeader bool?
shareToken string
viewMode string
viewport Viewport

공개 메소드들

메소드 설명
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

메소드 상세

GetOrderRequest() 공개 메소드

public GetOrderRequest ( ) : System
리턴 System

GetOrderRequest() 공개 메소드

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
리턴 System

프로퍼티 상세

accessToken 공개적으로 프로퍼티

public string accessToken
리턴 string

anonymize 공개적으로 프로퍼티

public bool? anonymize
리턴 bool?

embed 공개적으로 프로퍼티

public bool? embed
리턴 bool?

fields 공개적으로 프로퍼티

public IList fields
리턴 IList

locale 공개적으로 프로퍼티

public string locale
리턴 string

orderId 공개적으로 프로퍼티

public string orderId
리턴 string

printConfirmation 공개적으로 프로퍼티

public bool? printConfirmation
리턴 bool?

printCsc 공개적으로 프로퍼티

public bool? printCsc
리턴 bool?

printHeader 공개적으로 프로퍼티

public bool? printHeader
리턴 bool?

shareToken 공개적으로 프로퍼티

public string shareToken
리턴 string

viewMode 공개적으로 프로퍼티

public string viewMode
리턴 string

viewport 공개적으로 프로퍼티

public Viewport,com.openrest.v1_1 viewport
리턴 Viewport