class DupAType

Class representing DupAType

Methods

string
getNDup()

Gets as nDup

setNDup(string $nDup)

Sets a new nDup

string
getDVenc()

Gets as dVenc

setDVenc(string $dVenc)

Sets a new dVenc

string
getVDup()

Gets as vDup

setVDup(string $vDup)

Sets a new vDup

Details

at line 39
string getNDup()

Gets as nDup

Número da duplicata

Return Value

string

at line 52
DupAType setNDup(string $nDup)

Sets a new nDup

Número da duplicata

Parameters

string $nDup

Return Value

DupAType

at line 65
string getDVenc()

Gets as dVenc

Data de vencimento da duplicata (AAAA-MM-DD)

Return Value

string

at line 78
DupAType setDVenc(string $dVenc)

Sets a new dVenc

Data de vencimento da duplicata (AAAA-MM-DD)

Parameters

string $dVenc

Return Value

DupAType

at line 91
string getVDup()

Gets as vDup

Valor da duplicata

Return Value

string

at line 104
DupAType setVDup(string $vDup)

Sets a new vDup

Valor da duplicata

Parameters

string $vDup

Return Value

DupAType