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. phoneNumber :: RequestPhoneVerificationRequest -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent

    Phone number to be verified.

  2. phoneNumber :: ReturnAddress -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent

    Required. The merchant's contact phone number regarding the return.

  3. verifiedPhoneNumber :: VerifyPhoneNumberResponse -> Maybe Text

    gogol-shopping-content Gogol.ShoppingContent

    Verified phone number if verification is successful. This phone number can only be replaced by another verified phone number.

  4. module Gogol.ShoppingContent.Content.Accounts.Verifyphonenumber

    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: Content API for Shopping Reference for content.accounts.verifyphonenumber.

  5. data ContentAccountsVerifyphonenumber

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

    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.

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

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

    No documentation available.

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

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

  9. data VerifyPhoneNumberRequest

    gogol-shopping-content Gogol.ShoppingContent.Types

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

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

    gogol-shopping-content Gogol.ShoppingContent.Types

    No documentation available.

Page 283 of many | Previous | Next