class AccountTaxTaxRule extends Model (View source)

Properties

string $country
string $locationId
string $ratePercent
bool $shippingTaxed
bool $useGlobalRate

Methods

setCountry($country)

No description

string
getCountry()

No description

setLocationId($locationId)

No description

string
getLocationId()

No description

setRatePercent($ratePercent)

No description

string
getRatePercent()

No description

setShippingTaxed($shippingTaxed)

No description

bool
getShippingTaxed()

No description

setUseGlobalRate($useGlobalRate)

No description

bool
getUseGlobalRate()

No description

Details

setCountry($country)

No description

Parameters

$country

string getCountry()

No description

Return Value

string

setLocationId($locationId)

No description

Parameters

$locationId

string getLocationId()

No description

Return Value

string

setRatePercent($ratePercent)

No description

Parameters

$ratePercent

string getRatePercent()

No description

Return Value

string

setShippingTaxed($shippingTaxed)

No description

Parameters

$shippingTaxed

bool getShippingTaxed()

No description

Return Value

bool

setUseGlobalRate($useGlobalRate)

No description

Parameters

$useGlobalRate

bool getUseGlobalRate()

No description

Return Value

bool