Class: Google::Shopping::Merchant::Accounts::V1::UpdateCheckoutSettingsRequest
- Inherits:
-
Object
- Object
- Google::Shopping::Merchant::Accounts::V1::UpdateCheckoutSettingsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb
Overview
Request message for the UpdateCheckoutSettings method.
Instance Attribute Summary collapse
-
#checkout_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1::CheckoutSettings
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#checkout_settings ⇒ ::Google::Shopping::Merchant::Accounts::V1::CheckoutSettings
Returns Required. The updated version of the CheckoutSettings.
The name field is used to identify the CheckoutSettings.
Format: accounts/{account}/programs/{program}/checkoutSettings.
62 63 64 65 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb', line 62 class UpdateCheckoutSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
eligible_destinationsuri_settings.
62 63 64 65 |
# File 'proto_docs/google/shopping/merchant/accounts/v1/checkoutsettings.rb', line 62 class UpdateCheckoutSettingsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |