Skip to content

Interface.ITax

github-actions[bot] edited this page Dec 9, 2024 · 6 revisions

einvoicing / ITax

Interface: ITax

Properties

currency?

optional currency: CurrencyCode

Defined in

interface/ITax.ts:21


id

id: TaxId

Defined in

interface/ITax.ts:20


percent?

optional percent: number

Defined in

interface/ITax.ts:24


taxableAmount?

optional taxableAmount: number

Defined in

interface/ITax.ts:22


taxAmount?

optional taxAmount: number

Defined in

interface/ITax.ts:23


taxExemptionReason?

optional taxExemptionReason: string

Defined in

interface/ITax.ts:25


taxExemptionReasonCode?

optional taxExemptionReasonCode: string

Defined in

interface/ITax.ts:26

Clone this wiki locally