Show / Hide Table of Contents

Class GetAvailableBanksTransaction

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

Methods

GetAvailableBanks(String, String, String, String, String)

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