Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface OrderStatusPaymentDetails

    The payment order.

    interface OrderStatusPaymentDetails {
        description?: string;
        status:
            | "pending"
            | "processing"
            | "partially-shipped"
            | "shipped"
            | "completed"
            | "canceled";
    }
    Index

    Properties

    Properties

    description?: string

    The description of payment message status update (120 characters maximum).

    status:
        | "pending"
        | "processing"
        | "partially-shipped"
        | "shipped"
        | "completed"
        | "canceled"

    The new payment message status.