Worldline Connect Node.js SDK
    Preparing search index...

    Interface Order

    interface Order {
        additionalInput?: AdditionalOrderInput | null;
        amountOfMoney?: AmountOfMoney | null;
        customer?: Customer | null;
        items?: LineItem[] | null;
        references?: OrderReferences | null;
        seller?: Seller | null;
        shipping?: Shipping | null;
        shoppingCart?: ShoppingCart | null;
    }
    Index

    Properties

    additionalInput?: AdditionalOrderInput | null
    amountOfMoney?: AmountOfMoney | null
    customer?: Customer | null
    items?: LineItem[] | null

    Use shoppingCart.items instead

    references?: OrderReferences | null
    seller?: Seller | null

    Use Merchant.seller instead

    shipping?: Shipping | null
    shoppingCart?: ShoppingCart | null