C# 클래스 FastSpringApi.Models.Subscription

상속: FastSpringObject
파일 보기 프로젝트 열기: glueckkanja/fastspring-api

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Cancel ( ) : void

Cancels a subscription at the next period.

Reactivate ( ) : void

Reactivates a canceled subscription which has not yet been deactivated.

Renew ( ) : RenewResult

Only for On-Demand subscriptions: Renews the subscription according to the predefined conditions.

Update ( SubscriptionUpdate updateData ) : void

Updates the data for this subscription.

메소드 상세

Cancel() 공개 메소드

Cancels a subscription at the next period.
public Cancel ( ) : void
리턴 void

Reactivate() 공개 메소드

Reactivates a canceled subscription which has not yet been deactivated.
public Reactivate ( ) : void
리턴 void

Renew() 공개 메소드

Only for On-Demand subscriptions: Renews the subscription according to the predefined conditions.
public Renew ( ) : RenewResult
리턴 RenewResult

Update() 공개 메소드

Updates the data for this subscription.
public Update ( SubscriptionUpdate updateData ) : void
updateData SubscriptionUpdate The data to be submitted
리턴 void