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