Interface ProductReference

Hierarchy

  • ProductReference

Properties

adaptyId: string
android?: {
    basePlanId?: string;
    isConsumable: boolean;
    offerId?: string;
}

Type declaration

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

Type declaration

  • Optional discountId?: string
vendorId: string

Generated using TypeDoc