Show / Hide Table of Contents

Class AmountDueRequestJson

Inheritance
System.Object
AmountDueRequestJson
Namespace: PontualMoneyTransfer.Services.API.Json.Paykii
Assembly: PontualMoneyTransfer.Services.API.dll
Syntax
public class AmountDueRequestJson : object

Properties

BillerId

Declaration
public string BillerId { get; set; }
Property Value
Type Description
System.String

CashierId

Declaration
public string CashierId { get; set; }
Property Value
Type Description
System.String

EntityTransactionId

Declaration
public string EntityTransactionId { get; set; }
Property Value
Type Description
System.String

Inputs

Declaration
public string Inputs { get; set; }
Property Value
Type Description
System.String

LocationID

Declaration
public string LocationID { get; set; }
Property Value
Type Description
System.String

PointOfSaleID

Declaration
public string PointOfSaleID { get; set; }
Property Value
Type Description
System.String

SKU

Declaration
public string SKU { get; set; }
Property Value
Type Description
System.String
Back to top