Gets or sets the tax1 total.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public decimal Tax1Total { get; set; }
Public Property Tax1Total As Decimal
Get
Set
public:
property Decimal Tax1Total {
Decimal get ();
void set (Decimal value);
}
member Tax1Total : decimal with get, set
Property Value
Type:
DecimalThe tax1 total.
See Also