class EmitAType

Class representing EmitAType

Methods

string
getCNPJ()

Gets as cNPJ

setCNPJ(string $cNPJ)

Sets a new cNPJ

string
getCPF()

Gets as cPF

setCPF(string $cPF)

Sets a new cPF

string
getXNome()

Gets as xNome

setXNome(string $xNome)

Sets a new xNome

string
getXFant()

Gets as xFant

setXFant(string $xFant)

Sets a new xFant

getEnderEmit()

Gets as enderEmit

setEnderEmit(TEnderEmiType $enderEmit)

Sets a new enderEmit

string
getIE()

Gets as iE

setIE(string $iE)

Sets a new iE

string
getIEST()

Gets as iEST

setIEST(string $iEST)

Sets a new iEST

string
getIM()

Gets as iM

setIM(string $iM)

Sets a new iM

string
getCNAE()

Gets as cNAE

setCNAE(string $cNAE)

Sets a new cNAE

string
getCRT()

Gets as cRT

setCRT(string $cRT)

Sets a new cRT

Details

at line 92
string getCNPJ()

Gets as cNPJ

Número do CNPJ do emitente

Return Value

string

at line 105
EmitAType setCNPJ(string $cNPJ)

Sets a new cNPJ

Número do CNPJ do emitente

Parameters

string $cNPJ

Return Value

EmitAType

at line 118
string getCPF()

Gets as cPF

Número do CPF do emitente

Return Value

string

at line 131
EmitAType setCPF(string $cPF)

Sets a new cPF

Número do CPF do emitente

Parameters

string $cPF

Return Value

EmitAType

at line 144
string getXNome()

Gets as xNome

Razão Social ou Nome do emitente

Return Value

string

at line 157
EmitAType setXNome(string $xNome)

Sets a new xNome

Razão Social ou Nome do emitente

Parameters

string $xNome

Return Value

EmitAType

at line 170
string getXFant()

Gets as xFant

Nome fantasia

Return Value

string

at line 183
EmitAType setXFant(string $xFant)

Sets a new xFant

Nome fantasia

Parameters

string $xFant

Return Value

EmitAType

at line 196
TEnderEmiType getEnderEmit()

Gets as enderEmit

Endereço do emitente

Return Value

TEnderEmiType

at line 209
EmitAType setEnderEmit(TEnderEmiType $enderEmit)

Sets a new enderEmit

Endereço do emitente

Parameters

TEnderEmiType $enderEmit

Return Value

EmitAType

at line 222
string getIE()

Gets as iE

Inscrição Estadual do Emitente

Return Value

string

at line 235
EmitAType setIE(string $iE)

Sets a new iE

Inscrição Estadual do Emitente

Parameters

string $iE

Return Value

EmitAType

at line 248
string getIEST()

Gets as iEST

Inscricao Estadual do Substituto Tributário

Return Value

string

at line 261
EmitAType setIEST(string $iEST)

Sets a new iEST

Inscricao Estadual do Substituto Tributário

Parameters

string $iEST

Return Value

EmitAType

at line 274
string getIM()

Gets as iM

Inscrição Municipal

Return Value

string

at line 287
EmitAType setIM(string $iM)

Sets a new iM

Inscrição Municipal

Parameters

string $iM

Return Value

EmitAType

at line 300
string getCNAE()

Gets as cNAE

CNAE Fiscal

Return Value

string

at line 313
EmitAType setCNAE(string $cNAE)

Sets a new cNAE

CNAE Fiscal

Parameters

string $cNAE

Return Value

EmitAType

at line 330
string getCRT()

Gets as cRT

Código de Regime Tributário. Este campo será obrigatoriamente preenchido com: 1 – Simples Nacional; 2 – Simples Nacional – excesso de sublimite de receita bruta; 3 – Regime Normal.

Return Value

string

at line 347
EmitAType setCRT(string $cRT)

Sets a new cRT

Código de Regime Tributário. Este campo será obrigatoriamente preenchido com: 1 – Simples Nacional; 2 – Simples Nacional – excesso de sublimite de receita bruta; 3 – Regime Normal.

Parameters

string $cRT

Return Value

EmitAType