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

    gogol-shopping-content Gogol.ShoppingContent.Types

    Applicable to only a single product or list of products.

  2. data RenderProductIssuesRequestPayload

    gogol-shopping-content Gogol.ShoppingContent.Types

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

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

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  4. newtype RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent.Types

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

  5. RenderProductIssuesRequestPayload_ContentOption :: Text -> RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  6. pattern RenderProductIssuesRequestPayload_ContentOption_CONTENTOPTIONUNSPECIFIED :: RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent.Types

    Default value. Will never be provided by the API.

  7. pattern RenderProductIssuesRequestPayload_ContentOption_PRERENDEREDHTML :: RenderProductIssuesRequestPayload_ContentOption

    gogol-shopping-content Gogol.ShoppingContent.Types

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

  8. newtype RenderProductIssuesRequestPayload_UserInputActionOption

    gogol-shopping-content Gogol.ShoppingContent.Types

    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.

  9. RenderProductIssuesRequestPayload_UserInputActionOption :: Text -> RenderProductIssuesRequestPayload_UserInputActionOption

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  10. pattern RenderProductIssuesRequestPayload_UserInputActionOption_BUILTINUSERINPUTACTIONS :: RenderProductIssuesRequestPayload_UserInputActionOption

    gogol-shopping-content Gogol.ShoppingContent.Types

    Returns content and input form definition for each complex action. Your application needs to display this content and input form to the merchant before they can request processing of the action. To start the action, your application needs to call the triggeraction method.

Page 232 of many | Previous | Next