AdyenCheckoutEx.Model.ForexQuote (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.ForexQuote{
  account: String.t() | nil,
  accountType: String.t() | nil,
  baseAmount: AdyenCheckoutEx.Model.Amount.t() | nil,
  basePoints: integer(),
  buy: AdyenCheckoutEx.Model.Amount.t() | nil,
  interbank: AdyenCheckoutEx.Model.Amount.t() | nil,
  reference: String.t() | nil,
  sell: AdyenCheckoutEx.Model.Amount.t() | nil,
  signature: String.t() | nil,
  source: String.t() | nil,
  type: String.t() | nil,
  validTill: DateTime.t()
}