Home > @vsf-enterprise/commercetools-types > SetProductPriceCustomType
# SetProductPriceCustomType type
Signature:
export declare type SetProductPriceCustomType = {
priceId: Scalars['String'];
staged?: InputMaybe<Scalars['Boolean']>;
fields?: InputMaybe<Array<CustomFieldInput>>;
type?: InputMaybe<ResourceIdentifierInput>;
typeKey?: InputMaybe<Scalars['String']>;
typeId?: InputMaybe<Scalars['String']>;
};
References: Scalars, InputMaybe, CustomFieldInput, ResourceIdentifierInput