Description

Configuration for Order's Default Adapter's SDK Custom Paths

interface OrderDefaultAdapterSDKCustomPathConfig {
    createOrderPath?: string;
    getOrderPath?: string;
    getOrdersForUserPath?: string;
    updateOrderPath?: string;
}

Properties

createOrderPath?: string
getOrderPath?: string
getOrdersForUserPath?: string
updateOrderPath?: string

Generated using TypeDoc