Click or drag to resize
PaidSubscriptionParsePaidSubscription Method
Parses the paid 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<PaidSubscription> ParsePaidSubscription(
	XmlNode node
)

Parameters

node
Type: System.XmlXmlNode
The xml node.

Return Value

Type: CollectionPaidSubscription
Returns the paid subscriptions.
See Also