Indica que a empresa é optante do "Lucro Real ou Presumido Cumulativo"
Utilizado no cálculo do PIS e da COFINS
Sim/Não
public string LucroRealCumulativo { get; set; }Public Property LucroRealCumulativo As String
Get
Set
Dim instance As EntidadeComercialRegraFiscalVM
Dim value As String
value = instance.LucroRealCumulativo
instance.LucroRealCumulativo = valuepublic:
property String^ LucroRealCumulativo {
String^ get ();
void set (String^ value);
}