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

    Interface WhatsAppPaymentOrderStatus

    A message type for sending WhatsApp Payment Status Requests.

    interface WhatsAppPaymentOrderStatus {
        body?: WhatsAppInteractiveBody;
        footer?: WhatsAppInteractiveFooter;
        header?: WhatsAppInteractiveHeader;
        payment: OrderStatusPayment;
    }

    Hierarchy (View Summary)

    Index

    Properties

    WhatsAppInteractiveBody

    WhatsAppInteractiveFooter

    WhatsAppInteractiveHeader

    OrderStatusPayment