Show / Hide Table of Contents

Class GetPaymentLocationsTransaction

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

Methods

GetPaymentLocations(String, String, String, String)

Declaration
public XmlDocument GetPaymentLocations(string AgentID, string PartnerID, string CurrencyOfPaymentID, string TypeOfPaymentID)
Parameters
Type Name Description
System.String AgentID
System.String PartnerID
System.String CurrencyOfPaymentID
System.String TypeOfPaymentID
Returns
Type Description
XmlDocument
Back to top