C# Class com.openrest.v1_1.Delivery

Show file Open project: wix/openrest4net Class Usage Examples

Public Properties

Property Type Description
ALL_DELIVERY_TYPES IList
address Address
charge int?
time long?
timeGuarantee string
type string

Public Methods

Method Description
Delivery ( ) : System
Delivery ( string type, Address address, long time, string timeGuarantee, int charge ) : System

Method Details

Delivery() public method

public Delivery ( ) : System
return System

Delivery() public method

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

Property Details

ALL_DELIVERY_TYPES public static property

public static IList ALL_DELIVERY_TYPES
return IList

address public property

public Address,com.openrest.v1_1 address
return Address

charge public property

public int? charge
return int?

time public property

public long? time
return long?

timeGuarantee public property

public string timeGuarantee
return string

type public property

public string type
return string