Hierarchy

  • orderCreate

Properties

basicInfo: {
    actuallyPaidFee: number;
    fromUnionId: string;
    fromUnionRole: string;
    orderNote: string;
    sceneInfo: {
        appScene: number;
        scene1: string;
        scene2: string;
    };
    unionId: string;
}

基础信息

Type declaration

  • actuallyPaidFee: number

    实际支付

  • fromUnionId: string

    来源人Id

  • fromUnionRole: string

    来源人身份

  • orderNote: string

    用户订单备注

  • sceneInfo: {
        appScene: number;
        scene1: string;
        scene2: string;
    }

    交易场景

    • appScene: number

      app场景

    • scene1: string

      场景1

    • scene2: string

      场景2

  • unionId: string

    用户id

commodityInfo: {
    itemId: string;
    skuList: {
        quantity: number;
        skuId: string;
    };
}

商品信息

Type declaration

  • itemId: string

    商品id

  • skuList: {
        quantity: number;
        skuId: string;
    }

    sku列表

    • quantity: number
    • skuId: string
promotionInfo: {
    useCreditCoin: boolean;
    useItemCoupon: boolean;
    useMemberPrice: boolean;
    useOrderCoupon: boolean;
}

优惠信息

Type declaration

  • useCreditCoin: boolean

    是否使用积分

  • useItemCoupon: boolean

    是否使用单品优惠券

  • useMemberPrice: boolean

    是否使用会员价

  • useOrderCoupon: boolean

    是否使用订单优惠券

tourismInfo: {
    contactInfo: {
        mobile: string;
        name: string;
    };
    touristIdList: string;
}

出行人信息

Type declaration

  • contactInfo: {
        mobile: string;
        name: string;
    }
    • mobile: string

      联系人手机号

    • name: string

      联系人姓名

  • touristIdList: string

    出行人id列表

Generated using TypeDoc