InvoiceTax2Total Property |
Gets or sets the tax2 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 Tax2Total { get; set; }
Public Property Tax2Total As Decimal
Get
Set
public:
property Decimal Tax2Total {
Decimal get ();
void set (Decimal value);
}
member Tax2Total : decimal with get, set
Property Value
Type:
DecimalThe tax2 total.
See Also