DodoPayments.CheckoutSessionStatus (dodo_payments v0.1.0)

Copy Markdown View Source

The current status of a hosted checkout session.

Summary

Types

t()

@type t() :: %DodoPayments.CheckoutSessionStatus{
  created_at: String.t() | nil,
  customer_email: String.t() | nil,
  customer_name: String.t() | nil,
  extra: map(),
  id: String.t() | nil,
  payment_id: String.t() | nil,
  payment_status: DodoPayments.Enums.decoded_intent_status() | nil
}