C# Класс FastSpringApi.Models.Subscription

Наследование: FastSpringObject
Показать файл Открыть проект

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