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

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

공개 프로퍼티들

프로퍼티 타입 설명
area Area
charge int?
delayMins int?
inactive bool?
minOrderPrice int?
type string

공개 메소드들

메소드 설명
DeliveryInfo ( ) : System
DeliveryInfo ( string type, Area area, int minOrderPrice, int charge, int delayMins, bool inactive ) : System

메소드 상세

DeliveryInfo() 공개 메소드

public DeliveryInfo ( ) : System
리턴 System

DeliveryInfo() 공개 메소드

public DeliveryInfo ( string type, Area area, int minOrderPrice, int charge, int delayMins, bool inactive ) : System
type string
area Area
minOrderPrice int
charge int
delayMins int
inactive bool
리턴 System

프로퍼티 상세

area 공개적으로 프로퍼티

public Area,com.openrest.v1_1 area
리턴 Area

charge 공개적으로 프로퍼티

public int? charge
리턴 int?

delayMins 공개적으로 프로퍼티

public int? delayMins
리턴 int?

inactive 공개적으로 프로퍼티

public bool? inactive
리턴 bool?

minOrderPrice 공개적으로 프로퍼티

public int? minOrderPrice
리턴 int?

type 공개적으로 프로퍼티

public string type
리턴 string