Show / Hide Table of Contents

Class GetClientAccountChangesByDateTransaction

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

Methods

GetClientAccountChanges(String, String, String, String)

Declaration
public XmlDocument GetClientAccountChanges(string AgentID, string PartnerID, string stringStartDate, string stringEndDate)
Parameters
Type Name Description
System.String AgentID
System.String PartnerID
System.String stringStartDate
System.String stringEndDate
Returns
Type Description
XmlDocument
Back to top