C# Class com.openrest.v1_1.Coupon

Show file Open project: wix/openrest4net Class Usage Examples

Public Properties

Property Type Description
ALL_COUPON_TYPES IList
description string>.IDictionary
maxNumAllowed int?
othersAllowed bool?
title string>.IDictionary
type string

Public Methods

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

Method Details

Coupon() public method

public Coupon ( ) : System
return System

Coupon() public method

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
return System

Property Details

ALL_COUPON_TYPES public static property

public static IList ALL_COUPON_TYPES
return IList

description public property

public IDictionary description
return string>.IDictionary

maxNumAllowed public property

public int? maxNumAllowed
return int?

othersAllowed public property

public bool? othersAllowed
return bool?

title public property

public IDictionary title
return string>.IDictionary

type public property

public string type
return string