Show / Hide Table of Contents

Class GetOrderNotesTransaction

Inheritance
System.Object
GetOrderNotesTransaction
Namespace: PontualMoneyTransfer.Services.API.Transactions
Assembly: PontualMoneyTransfer.Services.API.dll
Syntax
public class GetOrderNotesTransaction : object

Methods

GetOrderNotes(String, String, String, String)

Declaration
public XmlDocument GetOrderNotes(string AgentID, string PartnerID, string OrderID, string AgentOrderReference)
Parameters
Type Name Description
System.String AgentID
System.String PartnerID
System.String OrderID
System.String AgentOrderReference
Returns
Type Description
XmlDocument
Back to top