Class FranceSpecificAttributes
- Assembly
- anybill.POS.Client.Abstractions.dll
France specific attributes
public class FranceSpecificAttributes : CountrySpecificAttributesBase
- Inheritance
-
FranceSpecificAttributes
- Inherited Members
Constructors
FranceSpecificAttributes()
public FranceSpecificAttributes()
Properties
ItemText
Text which is displayed in the center in front of each article.
public string ItemText { get; set; }
Property Value
Naf
Branch code
public string Naf { get; set; }
Property Value
ReturnText
Text which is displayed in the center of each returned item.
public string ReturnText { get; set; }
Property Value
Siret
14-digit number that identifies a company, a business line and a person assigned to a business activity.
public string Siret { get; set; }