C# Class FastSpringApi.Models.Subscription

Inheritance: FastSpringObject
Mostrar archivo Open project: glueckkanja/fastspring-api

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

Cancel() public method

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

Reactivate() public method

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

Renew() public method

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

Update() public method

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