interface InAppProduct {
    description?: string;
    formatted_price?: string;
    name?: string;
    price?: string;
    price_amount_micros?: number;
    price_currency_code?: string;
    productId: string;
    product_format: "v12.0" | "v11.0";
    product_type: "inapp";
    title?: string;
}

Properties

description?: string
formatted_price?: string
name?: string
price?: string
price_amount_micros?: number
price_currency_code?: string
productId: string
product_format: "v12.0" | "v11.0"
product_type: "inapp"
title?: string