| Package | Description |
|---|---|
| com.google.api.services.content | |
| com.google.api.services.content.model |
| Modifier and Type | Method and Description |
|---|---|
ShoppingContent.Accounts.Verifyphonenumber |
ShoppingContent.Accounts.verifyphonenumber(Long merchantId,
Long accountId,
VerifyPhoneNumberRequest content)
Validates verification code to verify phone number for the account.
|
| Constructor and Description |
|---|
Verifyphonenumber(Long merchantId,
Long accountId,
VerifyPhoneNumberRequest content)
Validates verification code to verify phone number for the account.
|
| Modifier and Type | Method and Description |
|---|---|
VerifyPhoneNumberRequest |
VerifyPhoneNumberRequest.clone() |
VerifyPhoneNumberRequest |
VerifyPhoneNumberRequest.set(String fieldName,
Object value) |
VerifyPhoneNumberRequest |
VerifyPhoneNumberRequest.setPhoneVerificationMethod(String phoneVerificationMethod)
Verification method used to receive verification code.
|
VerifyPhoneNumberRequest |
VerifyPhoneNumberRequest.setVerificationCode(String verificationCode)
The verification code that was sent to the phone number for validation.
|
VerifyPhoneNumberRequest |
VerifyPhoneNumberRequest.setVerificationId(String verificationId)
The verification ID returned by `requestphoneverification`.
|
Copyright © 2011–2024 Google. All rights reserved.