Type alias CurrencyAmount

CurrencyAmount: {
    __typename?: "CurrencyAmount";
    amount: Scalars["Float"];
    currency: Currency;
}

Type declaration

  • Optional __typename?: "CurrencyAmount"
  • amount: Scalars["Float"]
  • currency: Currency