Documentation

Amounts
in package

Table of Contents

Properties

$grossAmount  : float
$netAmount  : float
$rate  : VatRate
$type  : VatType
$vatAmount  : float

Methods

__construct()  : mixed
add()  : mixed
getGrossAmount()  : float
getNetAmount()  : float
getRate()  : VatRate
getType()  : VatType
getVatAmount()  : float
setGrossAmount()  : self
setNetAmount()  : self
setVatAmount()  : self

Properties

$grossAmount

private float $grossAmount = 0.0

$netAmount

private float $netAmount = 0.0

$vatAmount

private float $vatAmount = 0.0

Methods

getGrossAmount()

public getGrossAmount() : float
Return values
float

getNetAmount()

public getNetAmount() : float
Return values
float

getVatAmount()

public getVatAmount() : float
Return values
float

setGrossAmount()

public setGrossAmount(float $grossAmount) : self
Parameters
$grossAmount : float
Return values
self

setNetAmount()

public setNetAmount(float $netAmount) : self
Parameters
$netAmount : float
Return values
self

setVatAmount()

public setVatAmount(float $vatAmount) : self
Parameters
$vatAmount : float
Return values
self

        
On this page

Search results