@nevermined-io/payments
    Preparing search index...

    Type Alias OrderStatus

    OrderStatus:
        | "requires_payment"
        | "paid"
        | "refunded"
        | "partially_refunded"
        | "disputed"
        | "failed"

    Buyer-facing lifecycle status of an Order, as published on the wire by the Nevermined API (WireOrderStatus in nvm-monorepo apps/api/src/orders/order-status.ts).