Class UriSettings
URL settings for cart or checkout URL.
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
public sealed class UriSettings : IMessage<UriSettings>, IEquatable<UriSettings>, IDeepCloneable<UriSettings>, IBufferMessage, IMessage
Constructors
Declaration
Declaration
public UriSettings(UriSettings other)
Parameters
Properties
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
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
Gets whether the "cart_uri_template" field is set
Declaration
public bool HasCartUriTemplate { get; }
Property Value
Gets whether the "checkout_uri_template" field is set
Declaration
public bool HasCheckoutUriTemplate { get; }
Property Value
Declaration
public UriSettings.UriTemplateOneofCase UriTemplateCase { get; }
Property Value