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

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

공개 프로퍼티들

프로퍼티 타입 설명
ALL_AMOUNT_RULE_TYPES IList
ALL_CHARGE_TYPES IList
amount int?
amountRule int?
amountRuleType string
clubId string
code string
coupon Coupon
id string
priority double?
restaurantId string
tagId string
tagMode string
type string

공개 메소드들

메소드 설명
Charge ( ) : System
Charge ( string type, double priority, string code, string tagId, string tagMode, string amountRuleType, int amountRule, Coupon coupon ) : System
Charge ( string id, string restaurantId, string type, double priority, string code, string tagId, string tagMode, string amountRuleType, int amountRule, Coupon coupon, int amount ) : System

메소드 상세

Charge() 공개 메소드

public Charge ( ) : System
리턴 System

Charge() 공개 메소드

public Charge ( string type, double priority, string code, string tagId, string tagMode, string amountRuleType, int amountRule, Coupon coupon ) : System
type string
priority double
code string
tagId string
tagMode string
amountRuleType string
amountRule int
coupon Coupon
리턴 System

Charge() 공개 메소드

public Charge ( string id, string restaurantId, string type, double priority, string code, string tagId, string tagMode, string amountRuleType, int amountRule, Coupon coupon, int amount ) : System
id string
restaurantId string
type string
priority double
code string
tagId string
tagMode string
amountRuleType string
amountRule int
coupon Coupon
amount int
리턴 System

프로퍼티 상세

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

public static IList ALL_AMOUNT_RULE_TYPES
리턴 IList

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

public static IList ALL_CHARGE_TYPES
리턴 IList

amount 공개적으로 프로퍼티

public int? amount
리턴 int?

amountRule 공개적으로 프로퍼티

public int? amountRule
리턴 int?

amountRuleType 공개적으로 프로퍼티

public string amountRuleType
리턴 string

clubId 공개적으로 프로퍼티

public string clubId
리턴 string

code 공개적으로 프로퍼티

public string code
리턴 string

coupon 공개적으로 프로퍼티

public Coupon,com.openrest.v1_1 coupon
리턴 Coupon

id 공개적으로 프로퍼티

public string id
리턴 string

priority 공개적으로 프로퍼티

public double? priority
리턴 double?

restaurantId 공개적으로 프로퍼티

public string restaurantId
리턴 string

tagId 공개적으로 프로퍼티

public string tagId
리턴 string

tagMode 공개적으로 프로퍼티

public string tagMode
리턴 string

type 공개적으로 프로퍼티

public string type
리턴 string