FixedProductTax
A single FPT that can be applied to a product price.
type FixedProductTax = {
__typename?: 'FixedProductTax'; /** The amount of the Fixed Product Tax. */
amount?: Maybe<Money>; /** The display label assigned to the Fixed Product Tax. */
label?: Maybe<Scalars['String']['output']>;
};