Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. data InAppProduct

    gogol-android-publisher Gogol.AndroidPublisher

    An in-app product. The resource for InappproductsService. See: newInAppProduct smart constructor.

  2. InAppProduct :: Maybe Text -> Maybe Price -> Maybe Text -> Maybe InAppProduct_Listings -> Maybe ManagedProductTaxAndComplianceSettings -> Maybe Text -> Maybe InAppProduct_Prices -> Maybe InAppProduct_PurchaseType -> Maybe Text -> Maybe InAppProduct_Status -> Maybe Text -> Maybe SubscriptionTaxAndComplianceSettings -> Maybe Text -> InAppProduct

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  3. data InAppProductListing

    gogol-android-publisher Gogol.AndroidPublisher

    Store listing of a single in-app product. See: newInAppProductListing smart constructor.

  4. InAppProductListing :: Maybe [Text] -> Maybe Text -> Maybe Text -> InAppProductListing

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  5. newtype InAppProduct_Listings

    gogol-android-publisher Gogol.AndroidPublisher

    List of localized title and description data. Map key is the language of the localized data, as defined by BCP-47, e.g. "en-US". See: newInAppProduct_Listings smart constructor.

  6. InAppProduct_Listings :: HashMap Text InAppProductListing -> InAppProduct_Listings

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  7. newtype InAppProduct_Prices

    gogol-android-publisher Gogol.AndroidPublisher

    Prices per buyer region. None of these can be zero, as in-app products are never free. Map key is region code, as defined by ISO 3166-2. See: newInAppProduct_Prices smart constructor.

  8. InAppProduct_Prices :: HashMap Text Price -> InAppProduct_Prices

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

  9. newtype InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher

    The type of the product, e.g. a recurring subscription.

  10. InAppProduct_PurchaseType :: Text -> InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher

    No documentation available.

Page 176 of many | Previous | Next