Click or drag to resize

IBraintreeGetSubscription Method

Returns the subscription represented by the ID

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

Parameters

id
Type: SystemString
The subscription ID

Return Value

Type: Subscription
The subscription represented by the ID.
See Also