ExchangeRatePutBodyBody: { comment?: string; rate: string }

Type declaration

  • Optionalcomment?: string

    A brief comment relating to the new rate

    80

  • rate: string

    A decimal value used as the new Exchange Rate. Application raw costs are multiplied by this value to covert costs to coins. A string is used to avoid rounding errors. Internally the value is treated as a Python Decimal.