Show / Hide Table of Contents

Class GetPaykiiAmountDueTransaction

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

Methods

GetAmountDue(Int32, Int32, String, String, String)

Declaration
public XmlDocument GetAmountDue(int orderAgentId, int orderAgentCompanyId, string billerId, string SKU, string input)
Parameters
Type Name Description
System.Int32 orderAgentId
System.Int32 orderAgentCompanyId
System.String billerId
System.String SKU
System.String input
Returns
Type Description
XmlDocument

GetAmountDue(String, AmountDueRequestJson)

Declaration
public AmountDueResponseJson GetAmountDue(string token, AmountDueRequestJson reqJson)
Parameters
Type Name Description
System.String token
AmountDueRequestJson reqJson
Returns
Type Description
AmountDueResponseJson
Back to top