Class CheckoutSettings
CheckoutSettings for a specific merchant ID.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class CheckoutSettings : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveEnrollmentState
Output only. The effective value of enrollment state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account.
Declaration
[JsonProperty("effectiveEnrollmentState")]
public virtual string EffectiveEnrollmentState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveReviewState
Output only. The effective value of review state for a given merchant ID. If account level settings are present then this value will be a copy of the account level settings. Otherwise, it will have the value of the parent account.
Declaration
[JsonProperty("effectiveReviewState")]
public virtual string EffectiveReviewState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EffectiveUriSettings
The effective value of url_settings for a given merchant ID. If account level settings are present then
this value will be a copy of the account level settings. Otherwise, it will have the value of the parent
account.
Declaration
[JsonProperty("effectiveUriSettings")]
public virtual UrlSettings EffectiveUriSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| UrlSettings |
EnrollmentState
Output only. Reflects the merchant enrollment state in Checkout feature.
Declaration
[JsonProperty("enrollmentState")]
public virtual string EnrollmentState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MerchantId
Required. The ID of the account.
Declaration
[JsonProperty("merchantId")]
public virtual long? MerchantId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
ReviewState
Output only. Reflects the merchant review state in Checkout feature. This is set based on the data quality
reviews of the URL provided by the merchant. A merchant with enrollment state as ENROLLED can be in the
following review states: IN_REVIEW, APPROVED or DISAPPROVED. A merchant must be in an enrollment_state
of ENROLLED before a review can begin for the merchant.
Declaration
[JsonProperty("reviewState")]
public virtual string ReviewState { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UriSettings
URL settings for cart or checkout URL.
Declaration
[JsonProperty("uriSettings")]
public virtual UrlSettings UriSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| UrlSettings |