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.

OrderTransactionChangeNotificationBase<TEntity>

API reference for OrderTransactionChangeNotificationBase<TEntity> in Vendr, the eCommerce solution for Umbraco v8+

OrderTransactionChangeNotificationBase<TEntity>

public abstract class OrderTransactionChangeNotificationBase<TEntity> : 
    OrderNotificationEventBase<TEntity>
    where TEntity : OrderReadOnly

Inheritance

Namespace

Constructors

OrderTransactionChangeNotificationBase<TEntity>

public OrderTransactionChangeNotificationBase(TEntity order, 
    ChangingValue<decimal> amountAuthorized, ChangingValue<decimal> transactionFee, 
    ChangingValue<string> transactionId, ChangingValue<PaymentStatus?> paymentStatus)

Properties

AmountAuthorized

public ChangingValue<decimal> AmountAuthorized { get; }

PaymentStatus

public ChangingValue<PaymentStatus?> PaymentStatus { get; }

TransactionFee

public ChangingValue<decimal> TransactionFee { get; }

TransactionId

public ChangingValue<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.