Show / Hide Table of Contents

Class UrlSettings

Specifications related to the Checkout URL. The UriTemplate is of the form https://www.mystore.com/checkout?item_id={id} where {id} will be automatically replaced with data from the merchant account with this attribute offer_id

Inheritance
object
UrlSettings
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 UrlSettings : IDirectResponseSchema

Properties

CartUriTemplate

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.

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

CheckoutUriTemplate

URL template when the placeholders are expanded will redirect the buyer to the merchant checkout page with the item in the cart.

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