PHP Interface WellCommerce\Bundle\ShippingBundle\Calculator\ShippingSubjectInterface

Author: Adam Piotrowski ([email protected])
Mostra file Open project: wellcommerce/wellcommerce Interface Usage Examples

Public Methods

Method Description
getCurrency ( ) : string
getGrossPrice ( ) : float
getNetPrice ( ) : float
getQuantity ( ) : integer
getTaxAmount ( ) : float
getWeight ( ) : float

Method Details

getCurrency() public method

public getCurrency ( ) : string
return string

getGrossPrice() public method

public getGrossPrice ( ) : float
return float

getNetPrice() public method

public getNetPrice ( ) : float
return float

getQuantity() public method

public getQuantity ( ) : integer
return integer

getTaxAmount() public method

public getTaxAmount ( ) : float
return float

getWeight() public method

public getWeight ( ) : float
return float