Class Card
Classe de informações do Card
Inheritance
System.Object
Card
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.NFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class Card
Properties
CAut
Número de autorização da operação com cartões, PIX, boletos e outros pagamentos eletrônicos
Declaration
public string CAut { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CNPJ
CNPJ da instituição de pagamento
Declaration
public string CNPJ { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CNPJReceb
CNPJ do beneficiário do pagamento
Declaration
public string CNPJReceb { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IdTermPag
Identificador do terminal de pagamento
Declaration
public string IdTermPag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TBand
Bandeira da operadora de cartão
Declaration
public BandeiraOperadoraCartao? TBand { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<BandeiraOperadoraCartao> |
TpIntegra
Tipo de Integração do processo de pagamento com o sistema de automação da empresa
Declaration
public TipoIntegracaoPagamento TpIntegra { get; set; }
Property Value
Type | Description |
---|---|
TipoIntegracaoPagamento |
Methods
ShouldSerializeCAut()
Declaration
public bool ShouldSerializeCAut()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCNPJ()
Declaration
public bool ShouldSerializeCNPJ()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeCNPJReceb()
Declaration
public bool ShouldSerializeCNPJReceb()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeIdTermPag()
Declaration
public bool ShouldSerializeIdTermPag()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeTBand()
Declaration
public bool ShouldSerializeTBand()
Returns
Type | Description |
---|---|
System.Boolean |