Metadata for test products.

interface TestProductMetadata {
    description: string;
    offerId: string;
    pricing: CdvPurchase.PricingPhase[] | {
        currency: string;
        price: string;
        priceMicros: number;
    };
    title: string;
}

Properties

description: string
offerId: string
pricing: CdvPurchase.PricingPhase[] | {
    currency: string;
    price: string;
    priceMicros: number;
}

Type declaration

  • currency: string
  • price: string
  • priceMicros: number
title: string