Table of Contents

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

string

Icon

Gets or sets the icon.

public string? Icon { get; set; }

Property Value

string

Id

Gets or sets the identifier

public string Id { get; set; }

Property Value

string

Name

Gets or sets the display name.

public required string Name { get; set; }

Property Value

string
To top