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

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"

Generated using TypeDoc