Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Properties

child?: Core.Graph
curie: "fx:applied_tax"
links: { fx:store: Backend.Rels.Store; fx:tax: Tax; fx:transaction: Backend.Rels.Transaction; self: AppliedTax }

Type declaration

props: { amount: number; apply_to_handling: boolean; apply_to_shipping: boolean; date_created: null | string; date_modified: null | string; is_future_tax: boolean; name: string; rate: number; shipto: string }

Type declaration

  • amount: number

    The amount of tax applied to the transaction. Note, this amount is not rounded to the specific currency decimal precision.

  • apply_to_handling: boolean

    Whether or not this tax was also applied to the handling fees for the transaction.

  • apply_to_shipping: boolean

    Whether or not this tax was also applied to the shipping fees for the transaction.

  • date_created: null | string

    The date this resource was created.

  • date_modified: null | string

    The date this resource was last modified.

  • is_future_tax: boolean

    Whether or not this applied tax is part of a subscription that is to be charged in the future based on when this transaction was processed.

  • name: string

    The original tax name of this tax.

  • rate: number

    The tax rate as a percentage for this applied tax. As an example, a 9.75% tax rate would be displayed as 9.75.

  • shipto: string

    If this tax only applied to a specific shipto shipment, the shipto address name will be listed here.

zooms?: Readonly<Record<string, undefined | Core.Graph>>

Generated using TypeDoc