Tax computation status for the Checkout Session.

interface Tax {
    status: "ready" | "requiresShippingAddress" | "requiresBillingAddress";
}

Properties

Properties

status: "ready" | "requiresShippingAddress" | "requiresBillingAddress"

Whether tax is ready or needs a customer address.