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

    Interface OrderDetailsPaymentOrderItems

    interface OrderDetailsPaymentOrderItems {
        amount_value: number;
        name: string;
        quantity: number;
        retailer_id: string;
        sale_amount_value?: number;
    }
    Index

    Properties

    amount_value: number

    Price per item.

    name: string

    Item's name as displayed to the user.

    quantity: number

    Number of items in this order.

    retailer_id: string

    Unique ID of the retailer.

    sale_amount_value?: number

    Discounted price per item.