C# Class com.openrest.v1_1.Delivery

Afficher le fichier Open project: wix/openrest4net Class Usage Examples

Méthodes publiques

Свойство Type Description
ALL_DELIVERY_TYPES IList
address Address
charge int?
time long?
timeGuarantee string
type string

Méthodes publiques

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

Method Details

Delivery() public méthode

public Delivery ( ) : System
Résultat System

Delivery() public méthode

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

Property Details

ALL_DELIVERY_TYPES public_oe static_oe property

public static IList ALL_DELIVERY_TYPES
Résultat IList

address public_oe property

public Address,com.openrest.v1_1 address
Résultat Address

charge public_oe property

public int? charge
Résultat int?

time public_oe property

public long? time
Résultat long?

timeGuarantee public_oe property

public string timeGuarantee
Résultat string

type public_oe property

public string type
Résultat string