Show / Hide Table of Contents

Class RequestPhoneVerificationRequest

Request message for the RequestPhoneVerification method.

Inheritance
object
RequestPhoneVerificationRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class RequestPhoneVerificationRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LanguageCode

Language code IETF BCP 47 syntax (for example, en-US). Language code is used to provide localized SMS and PHONE_CALL. Default language used is en-US if not provided.

Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type Description
string

PhoneNumber

Phone number to be verified.

Declaration
[JsonProperty("phoneNumber")]
public virtual string PhoneNumber { get; set; }
Property Value
Type Description
string

PhoneRegionCode

Required. Two letter country code for the phone number, for example CA for Canadian numbers. See the ISO 3166-1 alpha-2 officially assigned codes.

Declaration
[JsonProperty("phoneRegionCode")]
public virtual string PhoneRegionCode { get; set; }
Property Value
Type Description
string

PhoneVerificationMethod

Verification method to receive verification code.

Declaration
[JsonProperty("phoneVerificationMethod")]
public virtual string PhoneVerificationMethod { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX