Skip to content

Class.TaxId

github-actions[bot] edited this page Jan 7, 2025 · 12 revisions

einvoicing / TaxId

Class: TaxId

Extends

Constructors

new TaxId()

new TaxId(id, percent): TaxId

Parameters

id

string

percent

number

Returns

TaxId

Overrides

EntityId.constructor

Defined in

interface/ITax.ts:14

Properties

_recordId

protected _recordId: string = null

Inherited from

EntityId._recordId

Defined in

base/EntityId.ts:14


_uuid

protected _uuid: string = null

Inherited from

EntityId._uuid

Defined in

base/EntityId.ts:15


TaxId

readonly TaxId: "tax_id" = 'tax_id'

Defined in

interface/ITax.ts:12

Accessors

hashOptions

Get Signature

get hashOptions(): [string, number]

Returns

[string, number]

Inherited from

EntityId.hashOptions

Defined in

base/EntityId.ts:34

Methods

equals()

equals(id): boolean

Parameters

id

EntityId<string>

Returns

boolean

Inherited from

EntityId.equals

Defined in

base/EntityId.ts:70


fromHash()

fromHash(hash): EntityId<string>

Parameters

hash

string

Returns

EntityId<string>

Inherited from

EntityId.fromHash

Defined in

base/EntityId.ts:46


toHash()

toHash(): string

Returns

string

Inherited from

EntityId.toHash

Defined in

base/EntityId.ts:38


toPrimitive()

toPrimitive(): string

Returns

string

Inherited from

EntityId.toPrimitive

Defined in

base/EntityId.ts:62


toString()

toString(): string

Returns

string

Inherited from

EntityId.toString

Defined in

base/EntityId.ts:66

Clone this wiki locally