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

    Interface OrderDetailsPaymentOrder

    The payment order.

    interface OrderDetailsPaymentOrder {
        catalog_id?: string;
        discount_description?: string;
        discount_program_name?: string;
        discount_value?: number;
        expiration_description?: string;
        expiration_time?: string;
        items: OrderDetailsPaymentOrderItems[];
        shipping_description?: string;
        shipping_value?: number;
        subtotal_value: number;
        tax_description?: string;
        tax_value: number;
    }
    Index

    Properties

    catalog_id?: string

    Unique ID of the Facebook catalog being used by the business.

    discount_description?: string

    Description of the discount for this order.

    discount_program_name?: string

    Discount program name for this order.

    discount_value?: number

    Value of the discount for this order.

    expiration_description?: string

    Description of the expiration.

    expiration_time?: string

    UTC timestamp indicating when the order should expire. The timestamp must be given in seconds. The minimum threshold for the timestamp is 300 seconds.

    The items list for this order.

    shipping_description?: string

    Shipping description for this order.

    shipping_value?: number

    Value representing the shipping amount for this order.

    subtotal_value: number

    Value representing the subtotal amount of this order.

    tax_description?: string

    Description of the tax for this order.

    tax_value: number

    Value representing the tax amount for this order.