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. newProductPurchase :: ProductPurchase

    gogol-android-publisher Gogol.AndroidPublisher

    Creates a value of ProductPurchase with the minimum fields required to make a request.

  2. newProductPurchasesAcknowledgeRequest :: ProductPurchasesAcknowledgeRequest

    gogol-android-publisher Gogol.AndroidPublisher

    Creates a value of ProductPurchasesAcknowledgeRequest with the minimum fields required to make a request.

  3. otherRecurringProduct :: RecurringExternalTransaction -> Maybe OtherRecurringProduct

    gogol-android-publisher Gogol.AndroidPublisher

    Details of a recurring external transaction product which doesn't belong to any other specific category.

  4. syncWithProduction :: TrackCountryAvailability -> Maybe Bool

    gogol-android-publisher Gogol.AndroidPublisher

    Whether this track's availability is synced with the default production track. See https://support.google.com/googleplay/android-developer/answer/7550024 for more information on syncing country availability with production. Note that if this is true, the returned "countries" and "restofworld" fields will reflect the values for the default production track.

  5. data AndroidPublisherInappproductsBatchDelete

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchDelete

    Deletes in-app products (managed products or subscriptions). Set the latencyTolerance field on nested requests to PRODUCTUPDATELATENCYTOLERANCELATENCY_TOLERANT to achieve maximum update throughput. This method should not be used to delete subscriptions. See this article for more information. See: newAndroidPublisherInappproductsBatchDelete smart constructor.

  6. AndroidPublisherInappproductsBatchDelete :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> InappproductsBatchDeleteRequest -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchDelete

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchDelete

    No documentation available.

  7. type AndroidPublisherInappproductsBatchDeleteResource = "androidpublisher" :> "v3" :> "applications" :> Capture "packageName" Text :> "inappproducts:batchDelete" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] InappproductsBatchDeleteRequest :> Post '[JSON] ()

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchDelete

    A resource alias for androidpublisher.inappproducts.batchDelete method which the AndroidPublisherInappproductsBatchDelete request conforms to.

  8. newAndroidPublisherInappproductsBatchDelete :: Text -> InappproductsBatchDeleteRequest -> AndroidPublisherInappproductsBatchDelete

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchDelete

    Creates a value of AndroidPublisherInappproductsBatchDelete with the minimum fields required to make a request.

  9. data AndroidPublisherInappproductsBatchGet

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchGet

    Reads multiple in-app products, which can be managed products or subscriptions. This method should not be used to retrieve subscriptions. See this article for more information. See: newAndroidPublisherInappproductsBatchGet smart constructor.

  10. AndroidPublisherInappproductsBatchGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe [Text] -> Maybe Text -> Maybe Text -> AndroidPublisherInappproductsBatchGet

    gogol-android-publisher Gogol.AndroidPublisher.Inappproducts.BatchGet

    No documentation available.

Page 189 of many | Previous | Next