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

    Interface OrderDetailsPayment

    The payment order details content.

    interface OrderDetailsPayment {
        order: OrderDetailsPaymentOrder;
        payment_buttons?: OrderDetailsPaymentButton[];
        payment_settings?: OrderDetailsPaymentSettings;
        reference_id: string;
        total_amount_value: number;
        type: string;
        type_of_goods: string;
    }
    Index

    Properties

    OrderDetailsPaymentOrder

    payment_buttons?: OrderDetailsPaymentButton[]

    Array of payment buttons (1 to 2 items).

    payment_settings?: OrderDetailsPaymentSettings

    Use payment_buttons instead

    OrderDetailsPaymentSettings

    reference_id: string

    Unique reference ID.

    total_amount_value: number

    Integer representing the total amount of the transaction.

    type: string

    The country/currency associated with the payment message.

    type_of_goods: string

    The type of good associated with this order.