public HarvestResponseType(TransactionResponse TransactionResponse) { this.TransactionResponse=TransactionResponse; }
public XRootNamespace(TransactionResponse root) { this.doc=new XDocument(root.Untyped); this.rootObject=root; }