Interface IVndBETaxFree
Assembly: VndBE100.dll
Syntax
[ComVisible(true)]
[Guid("3cd4f74b-fdc3-4511-a217-1622c73e1111")]
public interface IVndBETaxFree
Properties
Broker
Declaration
string Broker { get; set; }
Property Value
Type |
Description |
System.String |
|
CodigoTaxFree
Declaration
string CodigoTaxFree { get; set; }
Property Value
Type |
Description |
System.String |
|
DataNascimento
Declaration
DateTime DataNascimento { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
IdCabecDoc
Declaration
string IdCabecDoc { get; set; }
Property Value
Type |
Description |
System.String |
|
PaisEmissorPassaporte
Declaration
string PaisEmissorPassaporte { get; set; }
Property Value
Type |
Description |
System.String |
|
Passaporte
Declaration
string Passaporte { get; set; }
Property Value
Type |
Description |
System.String |
|
SujeitoTaxFree
Declaration
bool SujeitoTaxFree { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
TipoEntidadeBroker
Declaration
string TipoEntidadeBroker { get; set; }
Property Value
Type |
Description |
System.String |
|
ValorCaucao
Declaration
double ValorCaucao { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorDocumento
Declaration
double ValorDocumento { get; set; }
Property Value
Type |
Description |
System.Double |
|
ValorIva
Declaration
double ValorIva { get; set; }
Property Value
Type |
Description |
System.Double |
|