Method |
Description |
|
get_compound ( string $context = 'view' ) : boolean |
Get compound. |
|
get_label ( string $context = 'view' ) : string |
Get label. |
|
get_name ( string $context = 'view' ) : string |
Get rate code/name. |
|
get_rate_code ( string $context = 'view' ) : string |
Get rate code/name. |
|
get_rate_id ( string $context = 'view' ) : integer |
Get tax rate ID. |
|
get_shipping_tax_total ( string $context = 'view' ) : string |
Get shipping_tax_total |
|
get_tax_total ( string $context = 'view' ) : string |
Get tax_total |
|
get_type ( ) : string |
Get order item type. |
|
is_compound ( ) : boolean |
Is this a compound tax rate? |
|
set_compound ( boolean $value ) |
Set compound |
|
set_label ( string $value ) |
Set item name. |
|
set_name ( string $value ) |
Set order item name. |
|
set_rate ( integer $tax_rate_id ) |
Set properties based on passed in tax rate by ID. |
|
set_rate_code ( string $value ) |
Set item name. |
|
set_rate_id ( integer $value ) |
Set tax rate id. |
|
set_shipping_tax_total ( string $value ) |
Set shipping_tax_total |
|
set_tax_total ( string $value ) |
Set tax total. |
|