Class UpdateCheckoutSettingsRequest
Request message for the UpdateCheckoutSettings method.
Implements
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_destinationsuri_settings
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |