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

파일 보기 프로젝트 열기: wix/openrest4net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ALL_DELIVERY_TYPES IList
address Address
charge int?
time long?
timeGuarantee string
type string

공개 메소드들

메소드 설명
Delivery ( ) : System
Delivery ( string type, Address address, long time, string timeGuarantee, int charge ) : System

메소드 상세

Delivery() 공개 메소드

public Delivery ( ) : System
리턴 System

Delivery() 공개 메소드

public Delivery ( string type, Address address, long time, string timeGuarantee, int charge ) : System
type string
address Address
time long
timeGuarantee string
charge int
리턴 System

프로퍼티 상세

ALL_DELIVERY_TYPES 공개적으로 정적으로 프로퍼티

public static IList ALL_DELIVERY_TYPES
리턴 IList

address 공개적으로 프로퍼티

public Address,com.openrest.v1_1 address
리턴 Address

charge 공개적으로 프로퍼티

public int? charge
리턴 int?

time 공개적으로 프로퍼티

public long? time
리턴 long?

timeGuarantee 공개적으로 프로퍼티

public string timeGuarantee
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string