class PagAType

Class representing PagAType

Methods

string
getTPag()

Gets as tPag

setTPag(string $tPag)

Sets a new tPag

string
getVPag()

Gets as vPag

setVPag(string $vPag)

Sets a new vPag

getCard()

Gets as card

setCard(CardAType $card)

Sets a new card

Details

at line 45
string getTPag()

Gets as tPag

Forma de Pagamento:01-Dinheiro;02-Cheque;03-Cartão de Crédito;04-Cartão de Débito;05-Crédito Loja;10-Vale Alimentação;11-Vale Refeição;12-Vale Presente;13-Vale Combustível;99 - Outros

Return Value

string

at line 60
PagAType setTPag(string $tPag)

Sets a new tPag

Forma de Pagamento:01-Dinheiro;02-Cheque;03-Cartão de Crédito;04-Cartão de Débito;05-Crédito Loja;10-Vale Alimentação;11-Vale Refeição;12-Vale Presente;13-Vale Combustível;99 - Outros

Parameters

string $tPag

Return Value

PagAType

at line 73
string getVPag()

Gets as vPag

Valor do Pagamento

Return Value

string

at line 86
PagAType setVPag(string $vPag)

Sets a new vPag

Valor do Pagamento

Parameters

string $vPag

Return Value

PagAType

at line 100
CardAType getCard()

Gets as card

Grupo de Cartões

Return Value

CardAType

at line 115
PagAType setCard(CardAType $card)

Sets a new card

Grupo de Cartões

Parameters

CardAType $card

Return Value

PagAType