TestStoreProduct
constructor(id: String, name: String, title: String, description: String, price: Price, period: Period? = null)
constructor(id: String, name: String, title: String, description: String, price: Price, period: Period?, freeTrialPricingPhase: PricingPhase? = null, introPricePricingPhase: PricingPhase? = null)