PHP Class WellCommerce\Bundle\AppBundle\Entity\Price

Author: Adam Piotrowski ([email protected])
Afficher le fichier Open project: wellcommerce/wellcommerce Class Usage Examples

Protected Properties

Свойство Type Description
$currency
$exchangeRate
$grossAmount
$netAmount
$taxAmount
$taxRate

Méthodes publiques

Méthode Description
getCurrency ( ) : string
getGrossAmount ( ) : float
getNetAmount ( ) : float
getTaxAmount ( ) : float
getTaxRate ( ) : float
setCurrency ( string $currency )
setGrossAmount ( float $grossAmount )
setNetAmount ( float $netAmount )
setTaxAmount ( float $taxAmount )
setTaxRate ( float $taxRate )

Method Details

getCurrency() public méthode

public getCurrency ( ) : string
Résultat string

getGrossAmount() public méthode

public getGrossAmount ( ) : float
Résultat float

getNetAmount() public méthode

public getNetAmount ( ) : float
Résultat float

getTaxAmount() public méthode

public getTaxAmount ( ) : float
Résultat float

getTaxRate() public méthode

public getTaxRate ( ) : float
Résultat float

setCurrency() public méthode

public setCurrency ( string $currency )
$currency string

setGrossAmount() public méthode

public setGrossAmount ( float $grossAmount )
$grossAmount float

setNetAmount() public méthode

public setNetAmount ( float $netAmount )
$netAmount float

setTaxAmount() public méthode

public setTaxAmount ( float $taxAmount )
$taxAmount float

setTaxRate() public méthode

public setTaxRate ( float $taxRate )
$taxRate float

Property Details

$currency protected_oe property

protected $currency

$exchangeRate protected_oe property

protected $exchangeRate

$grossAmount protected_oe property

protected $grossAmount

$netAmount protected_oe property

protected $netAmount

$taxAmount protected_oe property

protected $taxAmount

$taxRate protected_oe property

protected $taxRate