Type alias TaxSettings

TaxSettings: {
    createdAt: string;
    id: string;
    name: string;
    rate: number;
    type: string;
    updatedAt: string;
}

Type declaration

  • createdAt: string

    Created timestamp

  • id: string

    ID of the tax settings

  • name: string

    Name of the tax

  • rate: number

    Tax rate (percentage)

  • type: string

    Type of tax

  • updatedAt: string

    Last updated timestamp