Show / Hide Table of Contents

Class GetCurrencyTypesOfPaymentTransaction

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

Methods

GetCurrencyTypesOfPayment(String, String, String, String)

Declaration
public XmlDocument GetCurrencyTypesOfPayment(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