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

ExternalTaxRateDraftOutput

export type ExternalTaxRateDraftOutput = {
    __typename?: 'ExternalTaxRateDraftOutput';
    name: Scalars['String'];
    amount?: Maybe<Scalars['Float']>;
    country: Scalars['Country'];
    state?: Maybe<Scalars['String']>;
    subRates: Array<SubRate>;
    includedInPrice: Scalars['Boolean'];
};

Referenced Types

On this page