Home > @vsf-enterprise/commercetools-types > ProductPriceDataInput

# ProductPriceDataInput type

Signature:

export declare type ProductPriceDataInput = {
    value: BaseMoneyInput;
    country?: InputMaybe<Scalars['Country']>;
    customerGroup?: InputMaybe<ReferenceInput>;
    channel?: InputMaybe<ResourceIdentifierInput>;
    validFrom?: InputMaybe<Scalars['DateTime']>;
    validUntil?: InputMaybe<Scalars['DateTime']>;
    tiers?: InputMaybe<Array<ProductPriceTierInput>>;
    custom?: InputMaybe<CustomFieldsDraft>;
};

References: BaseMoneyInput, InputMaybe, Scalars, ReferenceInput, ResourceIdentifierInput, ProductPriceTierInput, CustomFieldsDraft