1 = por conta propria
2 = por conta e ordem
3 = encomenda
public string tpIntermedio { get; set; }Public Property tpIntermedio As String
Get
Set
Dim instance As TNFeInfNFeDetProdDI
Dim value As String
value = instance.tpIntermedio
instance.tpIntermedio = valuepublic:
property String^ tpIntermedio {
String^ get ();
void set (String^ value);
}