Class
AmountDueRequestJson
Inheritance
System.Object
AmountDueRequestJson
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 |
|
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 |
|