Class LedgerViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
Represents consolidated payment ledger values for an order or order line.
public class LedgerViewModel : FillableViewModelBase
- Inheritance
-
LedgerViewModel
- Inherited Members
Properties
RemainingBalance
Gets the remaining consolidated payment balance for the underlying order or linked paid order.
public PriceViewModel? RemainingBalance { get; set; }
Property Value
TotalPaid
Gets the total amount paid toward the underlying order or linked paid order.
public PriceViewModel? TotalPaid { get; set; }