The current status of a hosted checkout session.
@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 }