BaseMoney
type BaseMoney = {
type: Scalars['String'];
currencyCode: Scalars['Currency'];
centAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
};type BaseMoney = {
type: Scalars['String'];
currencyCode: Scalars['Currency'];
centAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
};