Alokai

Price

Deprecated. Use ProductPrice instead. Defines the price of a product as well as any tax-related adjustments.

type Price = {
  __typename?: 'Price';
  adjustments?: Maybe<Array<Maybe<PriceAdjustment>>>;
  amount?: Maybe<Money>;
};

Referenced Types

On this page