interface DiscountEligibilityRequest {
    discountId: string;
    discountType: CdvPurchase.AppleAppStore.DiscountType;
    productId: string;
}

Properties

discountId: string
productId: string