Percentual de partilha para a UF do destinatário:
- 40% em 2016
- 60% em 2017
- 80% em 2018
- 100% a partir de 2019.
public string pICMSInterPart { get; set; }Public Property pICMSInterPart As String
Get
Set
Dim instance As ICMSUFDest
Dim value As String
value = instance.pICMSInterPart
instance.pICMSInterPart = valuepublic:
property String^ pICMSInterPart {
String^ get ();
void set (String^ value);
}