Show / Hide Table of Contents

Class UriSettings

URL settings for cart or checkout URL.

Inheritance
object
UriSettings
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.Merchant.accounts_v1.Data
Assembly: Google.Apis.Merchant.accounts_v1.dll
Syntax
public class UriSettings : IDirectResponseSchema

Properties

CartUriTemplate

Cart URL template. When the placeholders are expanded will redirect the buyer to the cart page on the merchant website with the selected item in cart. For more details, check the help center doc

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

CheckoutUriTemplate

Checkout URL template. When the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart. For more details, check the help center doc

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX