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.
-
gogol-shopping-content Gogol.ShoppingContent.Types Receive verification code by SMS.
newtype
VerifyPhoneNumberResponse gogol-shopping-content Gogol.ShoppingContent.Types Response message for the VerifyPhoneNumber method. See: newVerifyPhoneNumberResponse smart constructor.
VerifyPhoneNumberResponse :: Maybe Text -> VerifyPhoneNumberResponsegogol-shopping-content Gogol.ShoppingContent.Types No documentation available.
carrierAccountNumber :: AccountReturnCarrier -> Maybe Textgogol-shopping-content Gogol.ShoppingContent.Types Number of the carrier account.
-
gogol-shopping-content Gogol.ShoppingContent.Types No documentation available.
koreanBusinessRegistrationNumber :: AccountBusinessInformation -> Maybe Textgogol-shopping-content Gogol.ShoppingContent.Types The 10-digit Korean business registration number separated with dashes in the format: XXX-XX-XXXXX. This field will only be updated if explicitly set.
lineNumber :: DatafeedStatusExample -> Maybe Word64gogol-shopping-content Gogol.ShoppingContent.Types Line number in the data feed where the example is found.
newVerifyPhoneNumberRequest :: VerifyPhoneNumberRequestgogol-shopping-content Gogol.ShoppingContent.Types Creates a value of VerifyPhoneNumberRequest with the minimum fields required to make a request.
newVerifyPhoneNumberResponse :: VerifyPhoneNumberResponsegogol-shopping-content Gogol.ShoppingContent.Types Creates a value of VerifyPhoneNumberResponse with the minimum fields required to make a request.
phoneNumber :: AccountBusinessInformation -> Maybe Textgogol-shopping-content Gogol.ShoppingContent.Types The phone number of the business in E.164 format. This can only be updated if a verified phone number is not already set. To replace a verified phone number use the Accounts.requestphoneverification and Accounts.verifyphonenumber.