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

ExternalTaxRateDraft

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

Referenced Types

On this page