C# Class com.openrest.v1_1.Delivery

显示文件 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_oe static_oe property

public static IList ALL_DELIVERY_TYPES
return IList

address public_oe property

public Address,com.openrest.v1_1 address
return Address

charge public_oe property

public int? charge
return int?

time public_oe property

public long? time
return long?

timeGuarantee public_oe property

public string timeGuarantee
return string

type public_oe property

public string type
return string