Class VPrest
Informações dos valores da prestação de serviço.
Inheritance
System.Object
VPrest
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.CTe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class VPrest
Properties
Comp
Lista de componentes do valor da prestação.
Declaration
public List<Comp> Comp { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Comp> |
VRec
Valor a receber.
Declaration
public double VRec { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VRecField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VRec" para atribuir ou resgatar o valor)
Declaration
public string VRecField { get; set; }
Property Value
Type | Description |
---|---|
System.String |
VTPrest
Valor total da prestação de serviço.
Declaration
public double VTPrest { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
VTPrestField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VTPrest" para atribuir ou resgatar o valor)
Declaration
public string VTPrestField { get; set; }
Property Value
Type | Description |
---|---|
System.String |