C# 클래스 com.openrest.v1_1.Coupon

파일 보기 프로젝트 열기: wix/openrest4net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ALL_COUPON_TYPES IList
description string>.IDictionary
maxNumAllowed int?
othersAllowed bool?
title string>.IDictionary
type string

공개 메소드들

메소드 설명
Coupon ( ) : System
Coupon ( string type, string>.IDictionary title, string>.IDictionary description, int maxNumAllowed, bool othersAllowed ) : System

메소드 상세

Coupon() 공개 메소드

public Coupon ( ) : System
리턴 System

Coupon() 공개 메소드

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
리턴 System

프로퍼티 상세

ALL_COUPON_TYPES 공개적으로 정적으로 프로퍼티

public static IList ALL_COUPON_TYPES
리턴 IList

description 공개적으로 프로퍼티

public IDictionary description
리턴 string>.IDictionary

maxNumAllowed 공개적으로 프로퍼티

public int? maxNumAllowed
리턴 int?

othersAllowed 공개적으로 프로퍼티

public bool? othersAllowed
리턴 bool?

title 공개적으로 프로퍼티

public IDictionary title
리턴 string>.IDictionary

type 공개적으로 프로퍼티

public string type
리턴 string