Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

TaxRateDraft

export type TaxRateDraft = {
    name: Scalars['String'];
    amount?: InputMaybe<Scalars['Float']>;
    includedInPrice: Scalars['Boolean'];
    country: Scalars['Country'];
    state?: InputMaybe<Scalars['String']>;
    subRates?: InputMaybe<Array<SubRateDraft>>;
};

Referenced Types

On this page