Interface ProductReference

Hierarchy

  • ProductReference

Properties

Properties

android?: {
    basePlanId?: string;
    offerId?: string;
}

Type declaration

  • Optional basePlanId?: string
  • Optional offerId?: string
ios?: {
    discountId?: string;
}

Type declaration

  • Optional discountId?: string
vendorId: string

Generated using TypeDoc