OrderTransactionInfo
The transaction information for a Vendr order
public class OrderTransactionInfo
Namespace
Properties
AmountAuthorized
Gets the amount authorized by the payment gateway for the order
public Amount AmountAuthorized { get; }
BaseCurrencyExchangeRate
Gets the base currency exchange rate the order transaction amount
public decimal? BaseCurrencyExchangeRate { get; }
PaymentStatus
Gets the PaymentStatus
of the transaction for the order
public PaymentStatus? PaymentStatus { get; }
TransactionFee
Gets the transaction fee amount charged by the payment gateway for the order
public Amount TransactionFee { get; }
TransactionId
Gets the Transaction ID returned by the payment gateway for the order
public string TransactionId { get; }