PayPal.PayPalAPIInterfaceService.Model.BMSetInventoryResponseType.BMSetInventoryResponseType C# (CSharp) Method

BMSetInventoryResponseType() public method

public BMSetInventoryResponseType ( XmlNode xmlNode ) : System
xmlNode System.Xml.XmlNode
return System
        public BMSetInventoryResponseType(XmlNode xmlNode)
            : base(xmlNode)
        {
            XmlNode ChildNode = null;
            XmlNodeList ChildNodeList = null;
        }

Same methods

BMSetInventoryResponseType::BMSetInventoryResponseType ( ) : System
BMSetInventoryResponseType