C# 클래스 Recurly.CouponRedemption

Represents an instance where a coupon has been redeemed for a subscription
파일 보기 프로젝트 열기: recurly/recurly-client-net 1 사용 예제들

공개 메소드들

메소드 설명
Delete ( ) : void

Removes a coupon from an account

Equals ( CouponRedemption coupon ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ToString ( ) : string

비공개 메소드들

메소드 설명
CouponRedemption ( ) : System
CouponRedemption ( XmlTextReader reader ) : System
ReadXml ( XmlTextReader reader ) : void
Redeem ( string accountCode, string couponCode, string currency, string subscriptionUuid = null ) : CouponRedemption

Redeem an active coupon for an account

WriteXml ( XmlTextWriter xmlWriter ) : void

메소드 상세

Delete() 공개 메소드

Removes a coupon from an account
public Delete ( ) : void
리턴 void

Equals() 공개 메소드

public Equals ( CouponRedemption coupon ) : bool
coupon CouponRedemption
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string