Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. type ContentAccountsVerifyphonenumberResource = "content" :> "v2.1" :> Capture "merchantId" Int64 :> "accounts" :> Capture "accountId" Int64 :> "verifyphonenumber" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] VerifyPhoneNumberRequest :> Post '[JSON] VerifyPhoneNumberResponse

    gogol-shopping-content Gogol.ShoppingContent.Content.Accounts.Verifyphonenumber

    A resource alias for content.accounts.verifyphonenumber method which the ContentAccountsVerifyphonenumber request conforms to.

  2. newContentAccountsVerifyphonenumber :: Int64 -> Int64 -> VerifyPhoneNumberRequest -> ContentAccountsVerifyphonenumber

    gogol-shopping-content Gogol.ShoppingContent.Content.Accounts.Verifyphonenumber

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

  3. pattern BuiltInSimpleAction_Type_ADDBUSINESSREGISTRATIONNUMBER :: BuiltInSimpleAction_Type

    gogol-shopping-content Gogol.ShoppingContent.Types

    Open a form where the merchant can add their business registration number.

  4. pattern ReturnPolicyOnlinePolicy_Type_NUMBEROFDAYSAFTERDELIVERY :: ReturnPolicyOnlinePolicy_Type

    gogol-shopping-content Gogol.ShoppingContent.Types

    Number of days after a return is delivered.

  5. data VerifyPhoneNumberRequest

    gogol-shopping-content Gogol.ShoppingContent.Types

    Request message for the VerifyPhoneNumber method. See: newVerifyPhoneNumberRequest smart constructor.

  6. VerifyPhoneNumberRequest :: Maybe VerifyPhoneNumberRequest_PhoneVerificationMethod -> Maybe Text -> Maybe Text -> VerifyPhoneNumberRequest

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  7. newtype VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent.Types

    Verification method used to receive verification code.

  8. VerifyPhoneNumberRequest_PhoneVerificationMethod :: Text -> VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

  9. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_PHONECALL :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent.Types

    Receive verification code by phone call.

  10. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_PHONEVERIFICATIONMETHODUNSPECIFIED :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent.Types

    Unknown method.

Page 701 of many | Previous | Next