Click or drag to resize
TrialSubscriptionParseTrialSubscription Method
Parses the trial subscription.

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public static Collection<TrialSubscription> ParseTrialSubscription(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
The xmlnode.

Return Value

Type: CollectionTrialSubscription
Returns the trail subscriptions.
See Also