Class ValidateBillPaymentTransaction
Inheritance
System.Object
ValidateBillPaymentTransaction
Assembly: PontualMoneyTransfer.Services.API.dll
Syntax
public class ValidateBillPaymentTransaction : object
Constructors
ValidateBillPaymentTransaction()
Declaration
public ValidateBillPaymentTransaction()
ValidateBillPaymentTransaction(IOrderAppService, IAPIXmlAppService)
Declaration
public ValidateBillPaymentTransaction(IOrderAppService orderAppService, IAPIXmlAppService apiXmlAppService)
Parameters
| Type |
Name |
Description |
| PontualMoneyTransfer.Application.Interfaces.IOrderAppService |
orderAppService |
|
| PontualMoneyTransfer.Application.Interfaces.IAPIXmlAppService |
apiXmlAppService |
|
Methods
GetValidateBillPayment(String, String, String, String, String, String, String, String, String, String,
String, String, String, String, String, String, String, String, String, String, String)
Declaration
public XmlDocument GetValidateBillPayment(string agentID, string partnerID, string senderCountry, string recipientLastName, string recipientFirstName, string recipientCompany, string recipientCountry, string recipientBillType, string recipientBillerName, string recipientBillerCode, string recipientBillerAccountNo, string recipientBillerUserName, string recipientBillerPassword, string recipientTIN, string netAmountSent, string billDueDate, string exchangeRateSender, string currencySent, string totalPaidToBiller, string currencyOfPayment, string typeOfPaymentID)
Parameters
| Type |
Name |
Description |
| System.String |
agentID |
|
| System.String |
partnerID |
|
| System.String |
senderCountry |
|
| System.String |
recipientLastName |
|
| System.String |
recipientFirstName |
|
| System.String |
recipientCompany |
|
| System.String |
recipientCountry |
|
| System.String |
recipientBillType |
|
| System.String |
recipientBillerName |
|
| System.String |
recipientBillerCode |
|
| System.String |
recipientBillerAccountNo |
|
| System.String |
recipientBillerUserName |
|
| System.String |
recipientBillerPassword |
|
| System.String |
recipientTIN |
|
| System.String |
netAmountSent |
|
| System.String |
billDueDate |
|
| System.String |
exchangeRateSender |
|
| System.String |
currencySent |
|
| System.String |
totalPaidToBiller |
|
| System.String |
currencyOfPayment |
|
| System.String |
typeOfPaymentID |
|
Returns
| Type |
Description |
| XmlDocument |
|
SaveXml(String)
Declaration
public void SaveXml(string xml)
Parameters
| Type |
Name |
Description |
| System.String |
xml |
|