Show / Hide Table of Contents

Class UriSettings

URL settings for cart or checkout URL.

Inheritance
object
UriSettings
Implements
IMessage<UriSettings>
IEquatable<UriSettings>
IDeepCloneable<UriSettings>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class UriSettings : IMessage<UriSettings>, IEquatable<UriSettings>, IDeepCloneable<UriSettings>, IBufferMessage, IMessage

Constructors

UriSettings()

Declaration
public UriSettings()

UriSettings(UriSettings)

Declaration
public UriSettings(UriSettings other)
Parameters
Type Name Description
UriSettings other

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
public 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
public string CheckoutUriTemplate { get; set; }
Property Value
Type Description
string

HasCartUriTemplate

Gets whether the "cart_uri_template" field is set

Declaration
public bool HasCartUriTemplate { get; }
Property Value
Type Description
bool

HasCheckoutUriTemplate

Gets whether the "checkout_uri_template" field is set

Declaration
public bool HasCheckoutUriTemplate { get; }
Property Value
Type Description
bool

UriTemplateCase

Declaration
public UriSettings.UriTemplateOneofCase UriTemplateCase { get; }
Property Value
Type Description
UriSettings.UriTemplateOneofCase
In this article
Back to top Generated by DocFX