Home > @vsf-enterprise/commercetools-types > HighPrecisionMoney
# HighPrecisionMoney type
Signature:
export declare type HighPrecisionMoney = BaseMoney & {
__typename?: 'HighPrecisionMoney';
type: Scalars['String'];
currencyCode: Scalars['Currency'];
preciseAmount: Scalars['Long'];
centAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
};