Class Total
Valores Totais do CTe
Inheritance
System.Object
Total
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Unimake.Business.DFe.Xml.CTeSimp
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Total
Properties
VRec
Valor total a Receber
Declaration
public double VRec { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VRecField
Propriedade auxiliar da VRec (Utilize sempre a VRec)
Declaration
public string VRecField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VTPrest
Valor Total da Prestação do Serviço
Declaration
public double VTPrest { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VTPrestField
Propriedade auxiliar da VTPrest (Utilize sempre a VTPrest)
Declaration
public string VTPrestField { get; set; }
Property Value
Type | Description |
---|---|
System.String |