Documentation

TaxType extends Record

Table of Contents

$country  : mixed
$description  : string
$doesNotAddToTotal  : bool
$externalId  : string
$internalId  : string
$isInactive  : bool
$name  : string
$nexusAccountsList  : TaxTypeNexusAccountsList
$nexusesTaxList  : TaxTypeNexusesTaxList
$nullFieldList  : NullField
$paramtypesmap  : mixed
$postToItemCost  : bool
$reverseCharge  : bool
$taxInNetAmount  : bool

Properties

$country

public mixed $country

\NetSuite\Classes\Country::*

$description

public string $description

$doesNotAddToTotal

public bool $doesNotAddToTotal

$externalId

public string $externalId

$internalId

public string $internalId

$paramtypesmap

public static mixed $paramtypesmap = array("name" => "string", "description" => "string", "doesNotAddToTotal" => "boolean", "postToItemCost" => "boolean", "taxInNetAmount" => "boolean", "reverseCharge" => "boolean", "isInactive" => "boolean", "nexusAccountsList" => "TaxTypeNexusAccountsList", "nexusesTaxList" => "TaxTypeNexusesTaxList", "country" => "Country", "internalId" => "string", "externalId" => "string")

$postToItemCost

public bool $postToItemCost

$reverseCharge

public bool $reverseCharge

$taxInNetAmount

public bool $taxInNetAmount

Search results