Home > @vsf-enterprise/commercetools-types > PriceFunction
# PriceFunction type
Signature:
export declare type PriceFunction = {
__typename?: 'PriceFunction';
function: Scalars['String'];
currencyCode: Scalars['Currency'];
};
References: Scalars