Click or drag to resize
c2ex_commissplanTicketCharge Property
Gets or sets the ticket charge.

Namespace:  C2ExplorerDB
Assembly:  C2ExplorerServiceStack.Repository (in C2ExplorerServiceStack.Repository.dll) Version: 1.0
Syntax
C#
[ColumnAttribute]
[NotNullAttribute]
public decimal TicketCharge { get; set; }

Property Value

Type: Decimal
The ticket charge.
See Also