PriceSelectorInput
type PriceSelectorInput = {
currency: Scalars['Currency'];
country?: InputMaybe<Scalars['Country']>;
customerGroup?: InputMaybe<ReferenceInput>;
channel?: InputMaybe<ReferenceInput>; /** BETA: This feature can be subject to change and should be used carefully in production. https://docs.commercetools.com/api/contract#beta-features */
date?: InputMaybe<Scalars['DateTime']>;
};