class OrderPostage

Class OrderPostage

Methods

__construct($amount = 0.0, $amountTax = 0.0, $taxRuleTitle = '')

No description

static  OrderPostage
loadFromPostage( OrderPostage|float $postage)

Convert a amount or OrderPostage object to an OrderPostage object

float
getAmount()

No description

setAmount( float $amount)

No description

float
getAmountTax()

No description

setAmountTax( float $amountTax)

No description

string
getTaxRuleTitle()

No description

setTaxRuleTitle( string $taxRuleTitle)

No description

Details

at line 32
__construct($amount = 0.0, $amountTax = 0.0, $taxRuleTitle = '')

Parameters

$amount
$amountTax
$taxRuleTitle

at line 45
static OrderPostage loadFromPostage( OrderPostage|float $postage)

Convert a amount or OrderPostage object to an OrderPostage object

Parameters

OrderPostage|float $postage

Return Value

OrderPostage

at line 59
float getAmount()

Return Value

float

at line 67
setAmount( float $amount)

Parameters

float $amount

at line 75
float getAmountTax()

Return Value

float

at line 83
setAmountTax( float $amountTax)

Parameters

float $amountTax

at line 91
string getTaxRuleTitle()

Return Value

string

at line 99
setTaxRuleTitle( string $taxRuleTitle)

Parameters

string $taxRuleTitle