phpDocumentor

TaxInfo

Class TaxInfo

Table of Contents

$taxClassId  : int
$taxInfoFloat  : float
$taxInfoString  : string
__construct()  : mixed
TaxInfo constructor.
asFloat()  : float
asString()  : string
taxClassId()  : int

Properties

$taxClassId

protected int $taxClassId

$taxInfoFloat

protected float $taxInfoFloat

$taxInfoString

protected string $taxInfoString

Methods

__construct()

TaxInfo constructor.

public __construct(string $taxInfoString, float $taxInfoFloat, int $taxClassId) : mixed
Parameters
$taxInfoString : string
$taxInfoFloat : float
$taxClassId : int
Return values
mixed

asFloat()

public asFloat() : float
Return values
float

asString()

public asString() : string
Return values
string

taxClassId()

public taxClassId() : int
Return values
int

Search results