HighPrecisionMoneyInput
type HighPrecisionMoneyInput = {
currencyCode: Scalars['Currency'];
preciseAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
centAmount?: InputMaybe<Scalars['Long']>;
};type HighPrecisionMoneyInput = {
currencyCode: Scalars['Currency'];
preciseAmount: Scalars['Long'];
fractionDigits: Scalars['Int'];
centAmount?: InputMaybe<Scalars['Long']>;
};