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. pattern Promotion_ProductApplicability_PRODUCTAPPLICABILITYUNSPECIFIED :: Promotion_ProductApplicability

    gogol-shopping-content Gogol.ShoppingContent

    Which products the promotion applies to is unknown.

  2. pattern Promotion_ProductApplicability_SPECIFICPRODUCTS :: Promotion_ProductApplicability

    gogol-shopping-content Gogol.ShoppingContent

    Applicable to only a single product or list of products.

  3. data RenderProductIssuesRequestPayload

    gogol-shopping-content Gogol.ShoppingContent

    The payload for configuring how the content should be rendered. See: newRenderProductIssuesRequestPayload smart constructor.

  4. RenderProductIssuesRequestPayload :: Maybe RenderProductIssuesRequestPayload_ContentOption -> Maybe RenderProductIssuesRequestPayload_UserInputActionOption -> RenderProductIssuesRequestPayload

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  5. newtype RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent

    Optional. How the detailed content should be returned. Default option is to return the content as a pre-rendered HTML text.

  6. RenderProductIssuesRequestPayload_ContentOption :: Text -> RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  7. pattern RenderProductIssuesRequestPayload_ContentOption_CONTENTOPTIONUNSPECIFIED :: RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent

    Default value. Will never be provided by the API.

  8. pattern RenderProductIssuesRequestPayload_ContentOption_PRERENDEREDHTML :: RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent

    Returns the detail of the issue as a pre-rendered HTML text.

  9. newtype RenderProductIssuesRequestPayload_UserInputActionOption

    gogol-shopping-content Gogol.ShoppingContent

    Optional. How actions with user input form should be handled. If not provided, actions will be returned as links that points merchant to Merchant Center where they can request the action.

  10. RenderProductIssuesRequestPayload_UserInputActionOption :: Text -> RenderProductIssuesRequestPayload_UserInputActionOption

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

Page 216 of many | Previous | Next