class Payment

Class Payment.

Methods

string|null
getMoneda()

No description

setMoneda(string|null $moneda)

No description

float|null
getImporte()

No description

setImporte(float|null $importe)

No description

getFecha()

No description

setFecha(DateTimeInterface|null $fecha)

No description

Details

at line 44
string|null getMoneda()

Return Value

string|null

at line 54
Payment setMoneda(string|null $moneda)

Parameters

string|null $moneda

Return Value

Payment

at line 64
float|null getImporte()

Return Value

float|null

at line 74
Payment setImporte(float|null $importe)

Parameters

float|null $importe

Return Value

Payment

at line 84
DateTimeInterface|null getFecha()

Return Value

DateTimeInterface|null

at line 94
Payment setFecha(DateTimeInterface|null $fecha)

Parameters

DateTimeInterface|null $fecha

Return Value

Payment