Gift: {
    availableFrom: string;
    availableTo: string;
    hasAvailableTime: boolean;
    hasTag: boolean;
    id: string;
    isAvailable: boolean;
    isVirtual: boolean;
    membershipLevelLimit?: Level["level"];
    membershipLevelsLimit: Level["level"][];
    name: string;
    orderIndex: string;
    photoUrl: string;
    pointsCost: string;
    productType: GiftType;
    redeemTimesLimit: string;
    remainingRedeemTimes: string;
    remark: string;
    soldOutText?: string;
    stock: string;
    tag: string;
}

礼品信息

Type declaration

  • availableFrom: string

    兑换开始时间

  • availableTo: string

    兑换结束时间

  • hasAvailableTime: boolean

    是否有兑换时间

  • hasTag: boolean

    是否展示标签

  • id: string
  • isAvailable: boolean

    是否上架

  • isVirtual: boolean

    Deprecated

    是否是虚拟礼品

  • Optional membershipLevelLimit?: Level["level"]

    Deprecated

    use membershipLevelsLimit 兑换权限

  • membershipLevelsLimit: Level["level"][]

    兑换权限,包含在内的才允许兑换

  • name: string
  • orderIndex: string

    订单索引

  • photoUrl: string

    图片

  • pointsCost: string

    消耗积分数

  • productType: GiftType
  • redeemTimesLimit: string

    兑换上限

  • remainingRedeemTimes: string

    个人兑换上限

  • remark: string

    备注

  • Optional soldOutText?: string

    售空文案

  • stock: string

    库存数量

  • tag: string

    标签名称

Generated using TypeDoc