class Exchange

Class Exchange.

Methods

string|null
getMonedaRef()

No description

setMonedaRef(string|null $monedaRef)

No description

string|null
getMonedaObj()

No description

setMonedaObj(string|null $monedaObj)

No description

float|null
getFactor()

No description

setFactor(float|null $factor)

No description

getFecha()

No description

setFecha(DateTimeInterface|null $fecha)

No description

Details

at line 51
string|null getMonedaRef()

Return Value

string|null

at line 61
Exchange setMonedaRef(string|null $monedaRef)

Parameters

string|null $monedaRef

Return Value

Exchange

at line 71
string|null getMonedaObj()

Return Value

string|null

at line 81
Exchange setMonedaObj(string|null $monedaObj)

Parameters

string|null $monedaObj

Return Value

Exchange

at line 91
float|null getFactor()

Return Value

float|null

at line 101
Exchange setFactor(float|null $factor)

Parameters

float|null $factor

Return Value

Exchange

at line 111
DateTimeInterface|null getFecha()

Return Value

DateTimeInterface|null

at line 121
Exchange setFecha(DateTimeInterface|null $fecha)

Parameters

DateTimeInterface|null $fecha

Return Value

Exchange