Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

OrderTransactionInfo

API reference for OrderTransactionInfo in Vendr, the eCommerce solution for Umbraco v8+

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; }

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.