Class LedgerType
- Namespace
- Dynamicweb.Ecommerce.Ledgers
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a Ledger Type.
public class LedgerType
- Inheritance
-
LedgerType
- Inherited Members
Properties
Description
Gets or sets an optional description providing additional details.
public string? Description { get; set; }
Property Value
Icon
Gets or sets the icon.
public string? Icon { get; set; }
Property Value
Id
Gets or sets the identifier
public string Id { get; set; }
Property Value
Name
Gets or sets the display name.
public required string Name { get; set; }