C# Class com.openrest.v1_1.Coupon

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

Méthodes publiques

Свойство Type Description
ALL_COUPON_TYPES IList
description string>.IDictionary
maxNumAllowed int?
othersAllowed bool?
title string>.IDictionary
type string

Méthodes publiques

Méthode Description
Coupon ( ) : System
Coupon ( string type, string>.IDictionary title, string>.IDictionary description, int maxNumAllowed, bool othersAllowed ) : System

Method Details

Coupon() public méthode

public Coupon ( ) : System
Résultat System

Coupon() public méthode

public Coupon ( string type, string>.IDictionary title, string>.IDictionary description, int maxNumAllowed, bool othersAllowed ) : System
type string
title string>.IDictionary
description string>.IDictionary
maxNumAllowed int
othersAllowed bool
Résultat System

Property Details

ALL_COUPON_TYPES public_oe static_oe property

public static IList ALL_COUPON_TYPES
Résultat IList

description public_oe property

public IDictionary description
Résultat string>.IDictionary

maxNumAllowed public_oe property

public int? maxNumAllowed
Résultat int?

othersAllowed public_oe property

public bool? othersAllowed
Résultat bool?

title public_oe property

public IDictionary title
Résultat string>.IDictionary

type public_oe property

public string type
Résultat string