Documentation

LiquidationType
in package

Class representing LiquidationType.

Informace o likvidaci faktury XSD Type: liquidationType

Table of Contents

Properties

$amountForeign  : float|null
$amountHome  : float|null
$date  : DateTime|null

Methods

getAmountForeign()  : float
Gets as amountForeign.
getAmountHome()  : float
Gets as amountHome.
getDate()  : DateTime
Gets as date.
setAmountForeign()  : self
Sets a new amountForeign.
setAmountHome()  : self
Sets a new amountHome.
setDate()  : self
Sets a new date.

Properties

Methods

getAmountForeign()

Gets as amountForeign.

public getAmountForeign() : float
Return values
float

getAmountHome()

Gets as amountHome.

public getAmountHome() : float
Return values
float

getDate()

Gets as date.

public getDate() : DateTime
Return values
DateTime

setAmountForeign()

Sets a new amountForeign.

public setAmountForeign(float $amountForeign) : self
Parameters
$amountForeign : float
Return values
self

setAmountHome()

Sets a new amountHome.

public setAmountHome(float $amountHome) : self
Parameters
$amountHome : float
Return values
self

setDate()

Sets a new date.

public setDate([DateTime|null $date = null ]) : self
Parameters
$date : DateTime|null = null
Return values
self

        
On this page

Search results