C# Class com.openrest.v1_1.DeliveryInfo

Show file Open project: wix/openrest4net

Public Properties

Property Type Description
area Area
charge int?
delayMins int?
inactive bool?
minOrderPrice int?
type string

Public Methods

Method Description
DeliveryInfo ( ) : System
DeliveryInfo ( string type, Area area, int minOrderPrice, int charge, int delayMins, bool inactive ) : System

Method Details

DeliveryInfo() public method

public DeliveryInfo ( ) : System
return System

DeliveryInfo() public method

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
return System

Property Details

area public property

public Area,com.openrest.v1_1 area
return Area

charge public property

public int? charge
return int?

delayMins public property

public int? delayMins
return int?

inactive public property

public bool? inactive
return bool?

minOrderPrice public property

public int? minOrderPrice
return int?

type public property

public string type
return string