Represents an FX rate quote from the FX Rates API.
@type t() :: %Paysafe.Types.FxRate{ expiry: String.t() | nil, from_currency: String.t(), id: String.t() | nil, rate: float(), raw: map(), to_currency: String.t() }