ProductTypeTaxGroupTaxGroup Property |
The tax group of the product type within the specified applicable legislation. [Required] [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Crm.Pos
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ProductTypeTaxGroupsRepositoryTaxGroup TaxGroup { get; set; }
Public Property TaxGroup As ProductTypeTaxGroupsRepositoryTaxGroup
Get
Set
public:
property ProductTypeTaxGroupsRepositoryTaxGroup^ TaxGroup {
ProductTypeTaxGroupsRepositoryTaxGroup^ get ();
void set (ProductTypeTaxGroupsRepositoryTaxGroup^ value);
}
member TaxGroup : ProductTypeTaxGroupsRepositoryTaxGroup with get, set
Property Value
Type:
ProductTypeTaxGroupsRepositoryTaxGroup
See Also