Mayson Monorepo Documentation
    Preparing search index...

    Tax codes classify goods and services for tax purposes.

    interface TaxCode {
        id: string;
        object: "tax_code";
        description: string;
        name: string;
    }
    Index

    Properties

    id: string

    Unique identifier for the object.

    object: "tax_code"

    String representing the object's type. Objects of the same type share the same value.

    description: string

    A detailed description of which types of products the tax code represents.

    name: string

    A short name for the tax code.