ProductTypeTaxGroupApplicableLegislation Property |
The legislation, for which the tax group is applicable. [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 PartyApplicableLegislationsRepositoryApplicableLegislation ApplicableLegislation { get; set; }
Public Property ApplicableLegislation As PartyApplicableLegislationsRepositoryApplicableLegislation
Get
Set
public:
property PartyApplicableLegislationsRepositoryApplicableLegislation^ ApplicableLegislation {
PartyApplicableLegislationsRepositoryApplicableLegislation^ get ();
void set (PartyApplicableLegislationsRepositoryApplicableLegislation^ value);
}
member ApplicableLegislation : PartyApplicableLegislationsRepositoryApplicableLegislation with get, set
Property Value
Type:
PartyApplicableLegislationsRepositoryApplicableLegislation
See Also