Class CompleteVerificationRequest
Request message for Verifications.CompleteVerificationAction.
Implements
Inherited Members
Namespace: Google.Apis.MyBusinessVerifications.v1.Data
Assembly: Google.Apis.MyBusinessVerifications.v1.dll
Syntax
public class CompleteVerificationRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Pin
Required. PIN code received by the merchant to complete the verification.
Declaration
[JsonProperty("pin")]
public virtual string Pin { get; set; }
Property Value
Type | Description |
---|---|
string |