Class UpdateOnlineReturnPolicyRequest
Request message for the UpdateOnlineReturnPolicy method. The method
supports field masks and when the mask is provided, only the fields specified
in the mask are updated.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class UpdateOnlineReturnPolicyRequest : IMessage<UpdateOnlineReturnPolicyRequest>, IEquatable<UpdateOnlineReturnPolicyRequest>, IDeepCloneable<UpdateOnlineReturnPolicyRequest>, IBufferMessage, IMessage
Constructors
UpdateOnlineReturnPolicyRequest()
Declaration
public UpdateOnlineReturnPolicyRequest()
UpdateOnlineReturnPolicyRequest(UpdateOnlineReturnPolicyRequest)
Declaration
public UpdateOnlineReturnPolicyRequest(UpdateOnlineReturnPolicyRequest other)
Parameters
| Type | Name | Description |
|---|---|---|
| UpdateOnlineReturnPolicyRequest | other |
Properties
OnlineReturnPolicy
Required. The online return policy to update.
The online return policy's name field is used to identify the
online return policy to be updated.
Declaration
public OnlineReturnPolicy OnlineReturnPolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| OnlineReturnPolicy |
UpdateMask
Optional. List of fields being updated.
The following fields are supported (in both snake_case and
lowerCamelCase):
accept_defective_onlyaccept_exchangeitem_conditionspolicyprocess_refund_daysrestocking_feereturn_methodsreturn_policy_urireturn_shipping_fee
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| FieldMask |