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. pattern BuiltInSimpleAction_Type_ADDBUSINESSREGISTRATIONNUMBER :: BuiltInSimpleAction_Type

    gogol-shopping-content Gogol.ShoppingContent

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

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

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

  5. pattern ReturnPolicyOnlinePolicy_Type_NUMBEROFDAYSAFTERDELIVERY :: ReturnPolicyOnlinePolicy_Type

    gogol-shopping-content Gogol.ShoppingContent

    Number of days after a return is delivered.

  6. data VerifyPhoneNumberRequest

    gogol-shopping-content Gogol.ShoppingContent

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

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

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  8. newtype VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Verification method used to receive verification code.

  9. VerifyPhoneNumberRequest_PhoneVerificationMethod :: Text -> VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    No documentation available.

  10. pattern VerifyPhoneNumberRequest_PhoneVerificationMethod_PHONECALL :: VerifyPhoneNumberRequest_PhoneVerificationMethod

    gogol-shopping-content Gogol.ShoppingContent

    Receive verification code by phone call.

Page 698 of many | Previous | Next