Property | Type | Description | |
---|---|---|---|
ALL_DELIVERY_TYPES | IList |
||
address | |||
charge | int? | ||
time | long? | ||
timeGuarantee | string | ||
type | string |
Method | Description | |
---|---|---|
Delivery ( ) : System | ||
Delivery ( string type, |
public Delivery ( string type, |
||
type | string | |
address | ||
time | long | |
timeGuarantee | string | |
charge | int | |
return | System |