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
)
Function GetSubscription (
id As String
) As Subscription
Parameters
- id
- Type: SystemString
The subscription ID
Return Value
Type:
SubscriptionThe subscription represented by the ID.
See Also