C# Class Payments.eway.EpayMessage

Mostra file Open project: NickJosevski/Payments.AU

Public Methods

Method Description
AsXml ( ) : string

Compose the ePay message as XML

Private Methods

Method Description
CreateAndAppendChild ( XmlDocument doc, XmlNode node, string nodeName, string nodeValue ) : void

Builds an XMLNode and appends it

CreateNode ( string nodeName, string nodeValue ) : string

Builds a simple XML node.

Method Details

AsXml() public abstract method

Compose the ePay message as XML
public abstract AsXml ( ) : string
return string