@gradientedge/commercetools-utils
    Preparing search index...

    Interface TaxCategory

    interface TaxCategory {
        createdAt: string;
        createdBy?: CreatedBy;
        description?: string;
        id: string;
        key?: string;
        lastModifiedAt: string;
        lastModifiedBy?: LastModifiedBy;
        name: string;
        rates: TaxRate[];
        version: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    createdAt: string

    Date and time (UTC) the TaxCategory was initially created.

    createdBy?: CreatedBy

    IDs and references that created the TaxCategory.

    description?: string

    Description of the TaxCategory.

    id: string

    Unique identifier of the TaxCategory.

    key?: string

    User-defined unique identifier of the TaxCategory.

    lastModifiedAt: string

    Date and time (UTC) the TaxCategory was last updated.

    lastModifiedBy?: LastModifiedBy

    IDs and references that last modified the TaxCategory.

    name: string

    Name of the TaxCategory.

    rates: TaxRate[]

    Tax rates and subrates of states and countries. Each TaxRate in the array has a unique ID.

    version: number

    Current version of the TaxCategory.