C# Class FastSpringApi.Models.Subscription

Inheritance: FastSpringObject
Afficher le fichier Open project: glueckkanja/fastspring-api

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

Cancels a subscription at the next period.
public Cancel ( ) : void
Résultat void

Reactivate() public méthode

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

Renew() public méthode

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

Update() public méthode

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