Class BizTrans
Grupo que informa um documento relacionado com a movimentação de medicamentos.
Inheritance
System.Object
BizTrans
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.SNCM
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class BizTrans
Properties
BizTransId
Número identificador do documento ou código de série do documento.
Declaration
public string BizTransId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BizTransType
Descrição do tipo de documento. Ex. NF-e, NFC-e, etc.
Declaration
public string BizTransType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
BizTransTypeField
Declaration
string BizTransTypeField { }
Property Value
Type | Description |
---|---|
System.String |