Alokai

HighPrecisionMoneyInput

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

Referenced Types

On this page