AdyenCheckoutEx.Model.CheckoutOrderResponse (adyen_checkout_ex v0.1.0)

Link to this section Summary

Link to this section Types

Specs

t() :: %AdyenCheckoutEx.Model.CheckoutOrderResponse{
  amount: AdyenCheckoutEx.Model.Amount.t() | nil,
  expiresAt: String.t() | nil,
  orderData: String.t() | nil,
  pspReference: String.t(),
  reference: String.t() | nil,
  remainingAmount: AdyenCheckoutEx.Model.Amount.t() | nil
}