Hoogle Search

Within LTS Haskell 24.34 (ghc-9.10.3)

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

  1. newtype InAppProduct_Prices

    gogol-android-publisher Gogol.AndroidPublisher.Types

    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.

  2. InAppProduct_Prices :: HashMap Text Price -> InAppProduct_Prices

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  3. newtype InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher.Types

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

  4. InAppProduct_PurchaseType :: Text -> InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  5. pattern InAppProduct_PurchaseType_ManagedUser :: InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The default product type - one time purchase.

  6. pattern InAppProduct_PurchaseType_PurchaseTypeUnspecified :: InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher.Types

    Unspecified purchase type.

  7. pattern InAppProduct_PurchaseType_Subscription :: InAppProduct_PurchaseType

    gogol-android-publisher Gogol.AndroidPublisher.Types

    In-app product with a recurring period.

  8. newtype InAppProduct_Status

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The status of the product, e.g. whether it's active.

  9. InAppProduct_Status :: Text -> InAppProduct_Status

    gogol-android-publisher Gogol.AndroidPublisher.Types

    No documentation available.

  10. pattern InAppProduct_Status_Active :: InAppProduct_Status

    gogol-android-publisher Gogol.AndroidPublisher.Types

    The product is published and active in the store.

Page 196 of many | Previous | Next