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

    Interface TaxCategoryReference

    interface TaxCategoryReference {
        id: string;
        obj?: TaxCategory;
        typeId: "tax-category";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced TaxCategory.

    Contains the representation of the expanded TaxCategory. Only present in responses to requests with Reference Expansion for TaxCategories.

    typeId: "tax-category"

    Type of referenced resource.