Show / Hide Table of Contents

Class GetRatesAndCostsTransaction

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

Methods

GetRatesAndCosts(String, String, String, String, String, String, String, String, String, String, String, String, String)

Declaration
public XmlDocument GetRatesAndCosts(string AgentID, string PartnerID, string SenderCountry, string RecipientCountry, string NetAmountSent, string CurrencySent, string AmountReceived, string CurrencyOfPayment, string CurrencyOfPaymentID, string PayLocationID, string PaymentLocation, string TypeOfPaymentText, string TypeOfPaymentID)
Parameters
Type Name Description
System.String AgentID
System.String PartnerID
System.String SenderCountry
System.String RecipientCountry
System.String NetAmountSent
System.String CurrencySent
System.String AmountReceived
System.String CurrencyOfPayment
System.String CurrencyOfPaymentID
System.String PayLocationID
System.String PaymentLocation
System.String TypeOfPaymentText
System.String TypeOfPaymentID
Returns
Type Description
XmlDocument
Back to top