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. data ContentAccountsVerifyphonenumber

    gogol-shopping-content Gogol.ShoppingContent

    Validates verification code to verify phone number for the account. If successful this will overwrite the value of accounts.businessinformation.phoneNumber. Only verified phone number will replace an existing verified phone number. See: newContentAccountsVerifyphonenumber smart constructor.

  2. ContentAccountsVerifyphonenumber :: Maybe Xgafv -> Maybe Text -> Int64 -> Maybe Text -> Int64 -> VerifyPhoneNumberRequest -> Maybe Text -> Maybe Text -> ContentAccountsVerifyphonenumber

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  3. 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

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

  4. data VerifyPhoneNumberRequest

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  6. newtype VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Verification method used to receive verification code.

  7. VerifyPhoneNumberRequest_PhoneVerificationMethod :: Text -> VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  8. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_PHONECALL :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Receive verification code by phone call.

  9. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_PHONEVERIFICATIONMETHODUNSPECIFIED :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Unknown method.

  10. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_Sms :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Receive verification code by SMS.

Page 281 of many | Previous | Next