AccountDetailsTaxCalculationType Property |
Gets or sets the type of the tax calculation.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public TaxCalculationType TaxCalculationType { get; set; }
Public Property TaxCalculationType As TaxCalculationType
Get
Set
public:
property TaxCalculationType TaxCalculationType {
TaxCalculationType get ();
void set (TaxCalculationType value);
}
member TaxCalculationType : TaxCalculationType with get, set
Property Value
Type:
TaxCalculationTypeThe type of the tax calculation.
See Also