 | BundleCartItemSubTotal Property |
Price of this item, excluding any taxes, discounts, or shipping charges.
Namespace: Ignition.Commerce.ShoppingAssembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntaxpublic decimal SubTotal { get; }Public ReadOnly Property SubTotal As Decimal
Get
public:
virtual property Decimal SubTotal {
Decimal get () sealed;
}abstract SubTotal : decimal with get
override SubTotal : decimal with get
Property Value
DecimalImplements
IStandardCartItemSubTotal
See Also