Method |
Description |
|
get_name ( string $context = 'view' ) : string |
Get order item name. |
|
get_tax_class ( string $context = 'view' ) : string |
Get tax class. |
|
get_tax_status ( string $context = 'view' ) : string |
Get tax status. |
|
get_taxes ( string $context = 'view' ) : array |
Get fee taxes. |
|
get_total ( string $context = 'view' ) : string |
Get total fee. |
|
get_total_tax ( string $context = 'view' ) : string |
Get total tax. |
|
get_type ( ) : string |
Get order item type. |
|
offsetExists ( string $offset ) : boolean |
offsetExists for ArrayAccess |
|
offsetGet ( string $offset ) : mixed |
offsetGet for ArrayAccess/Backwards compatibility. |
|
offsetSet ( string $offset, mixed $value ) |
offsetSet for ArrayAccess/Backwards compatibility. |
|
set_tax_class ( string $value ) |
Set tax class. |
|
set_tax_status ( string $value ) |
Set tax_status. |
|
set_taxes ( array $raw_tax_data ) |
Set taxes. |
|
set_total ( string $value ) |
Set total. |
|