Show / Hide Table of Contents

Class UpdateCheckoutSettingsRequest

Request message for the UpdateCheckoutSettings method.

Inheritance
object
UpdateCheckoutSettingsRequest
Implements
IMessage<UpdateCheckoutSettingsRequest>
IEquatable<UpdateCheckoutSettingsRequest>
IDeepCloneable<UpdateCheckoutSettingsRequest>
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 UpdateCheckoutSettingsRequest : IMessage<UpdateCheckoutSettingsRequest>, IEquatable<UpdateCheckoutSettingsRequest>, IDeepCloneable<UpdateCheckoutSettingsRequest>, IBufferMessage, IMessage

Constructors

UpdateCheckoutSettingsRequest()

Declaration
public UpdateCheckoutSettingsRequest()

UpdateCheckoutSettingsRequest(UpdateCheckoutSettingsRequest)

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

Properties

CheckoutSettings

Required. The updated version of the CheckoutSettings. The name field is used to identify the CheckoutSettings. Format: accounts/{account}/programs/{program}/checkoutSettings

Declaration
public CheckoutSettings CheckoutSettings { get; set; }
Property Value
Type Description
CheckoutSettings

UpdateMask

Required. List of fields being updated. The following fields are supported (in both snake_case and lowerCamelCase):

  • eligible_destinations
  • uri_settings
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type Description
FieldMask
In this article
Back to top Generated by DocFX