AdyenCheckoutEx.Model.ServiceError (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.ServiceError{
  additionalData: %{optional(String.t()) => String.t()} | nil,
  errorCode: String.t() | nil,
  errorType: String.t() | nil,
  message: String.t() | nil,
  pspReference: String.t() | nil,
  status: integer() | nil
}