Checkout state machine result for a specific content item, as returned by
lw.checkout.state().
This is a consumer-facing alias for CheckoutStateResponse — the two
types are identical. Prefer CheckoutState in application code; use
CheckoutStateResponse when you need to explicitly reference the OpenAPI
schema name.
Note: checkout_state.has_sufficient_funds is boolean | null because the
API omits or nulls the field when the buyer is unauthenticated.
Checkout state machine result for a specific content item, as returned by
lw.checkout.state().This is a consumer-facing alias for CheckoutStateResponse — the two types are identical. Prefer
CheckoutStatein application code; useCheckoutStateResponsewhen you need to explicitly reference the OpenAPI schema name.Note:
checkout_state.has_sufficient_fundsisboolean | nullbecause the API omits or nulls the field when the buyer is unauthenticated.