Show / Hide Table of Contents

Class GetCurrenciesOfPaymentTransaction

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

Methods

GetCurrenciesOfPayment(String, String, String, String)

Declaration
public XmlDocument GetCurrenciesOfPayment(string agentID, string partnerID, string senderCountry, string recipientCountry)
Parameters
Type Name Description
System.String agentID
System.String partnerID
System.String senderCountry
System.String recipientCountry
Returns
Type Description
XmlDocument
Back to top