Show / Hide Table of Contents

Class AmountDueResponseJson

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

Properties

BaseCurrency

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

BillAmountDue

Declaration
public decimal BillAmountDue { get; set; }
Property Value
Type Description
System.Decimal

BillDueDate

Declaration
public DateTime? BillDueDate { get; set; }
Property Value
Type Description
System.Nullable<DateTime>

BillsDue

Declaration
public int BillsDue { get; set; }
Property Value
Type Description
System.Int32

ConfirmationNumber

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

CustomerName

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

EntityTransactionId

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

IndicativeFXRate

Declaration
public decimal IndicativeFXRate { get; set; }
Property Value
Type Description
System.Decimal

Output1

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

Output2

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

PaykiiTransactionId

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

ResponseCode

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

ResponseDateTime

Declaration
public DateTime ResponseDateTime { get; set; }
Property Value
Type Description
DateTime

ResponseMessage

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

SettlementCurrency

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

TotalAmountDue

Declaration
public decimal TotalAmountDue { get; set; }
Property Value
Type Description
System.Decimal

Methods

Get(String)

Declaration
public static AmountDueResponseJson Get(string jsonStr)
Parameters
Type Name Description
System.String jsonStr
Returns
Type Description
AmountDueResponseJson
Back to top