Hierarchy

  • CouponSnapShotInfo

Properties

basicInfo: any

优惠券的基本信息。

discountRule: {
    level: string;
}

优惠券的折扣规则。

Type declaration

  • level: string
extraInfo: any

与优惠券相关的任何额外信息。

grantType: string[]

优惠券可以提供的授权类型。

id: string

优惠券Id

scope: {
    type: string;
    value: string[];
}[]

优惠券的使用范围。

Type declaration

  • type: string
  • value: string[]
usageLimit: any

优惠券的使用限制。

Generated using TypeDoc