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

    Interface WhatsAppPaymentOrderDetails

    A message type for sending WhatsApp Payment Requests.

    interface WhatsAppPaymentOrderDetails {
        body?: WhatsAppInteractiveBody;
        footer?: WhatsAppInteractiveFooter;
        header?: WhatsAppInteractiveHeader;
        payment: OrderDetailsPayment;
    }

    Hierarchy (View Summary)

    Index

    Properties

    WhatsAppInteractiveBody

    WhatsAppInteractiveFooter

    WhatsAppInteractiveHeader

    OrderDetailsPayment