Click or drag to resize

IBraintreeCancelSubscription Method

Cancels a subscription.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
Subscription CancelSubscription(
	string id
)

Parameters

id
Type: SystemString
The id of the subscription to cancel.

Return Value

Type: Subscription
The subscription.
See Also