Click or drag to resize
Entitlement Constructor
Initializes a new instance of the Entitlement class. Entitlement constructor based on API XML response

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 Entitlement(
	XmlNode singleEntitlementNode
)

Parameters

singleEntitlementNode
Type: System.XmlXmlNode
The single entitlement node.
See Also