Home > @vsf-enterprise/commercetools-types > PriceSelectorInput
# PriceSelectorInput type
Signature:
export declare type PriceSelectorInput = {
currency: Scalars['Currency'];
country?: InputMaybe<Scalars['Country']>;
customerGroup?: InputMaybe<ReferenceInput>;
channel?: InputMaybe<ReferenceInput>;
date?: InputMaybe<Scalars['DateTime']>;
};
References: Scalars, InputMaybe, ReferenceInput