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