ITaxRecord Interface
Namespace: PTS.Modules.CommerceComponent
Assembly: PTS.Modules.CommerceComponent.dll
Syntax
public interface ITaxRecord : IAmount, ITaxSubject
Properties
NetAmount
Declaration
decimal NetAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
VatAmount
Declaration
decimal VatAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |