Class OrdersCustomBatchRequestEntryRefundItemShipping
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdersCustomBatchRequestEntryRefundItemShipping : IDirectResponseSchema
Properties
Amount
The amount that is refunded. If this is not the first refund for the shipment, this should be the newly refunded amount.
Declaration
[JsonProperty("amount")]
public virtual Price Amount { get; set; }
Property Value
Type | Description |
---|---|
Price |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FullRefund
If set to true, all shipping costs for the order will be refunded. If this is true, amount shouldn't be provided and will be ignored. If set to false, submit the amount of the partial shipping refund, excluding the shipping tax. The shipping tax is calculated and handled on Google's side.
Declaration
[JsonProperty("fullRefund")]
public virtual bool? FullRefund { get; set; }
Property Value
Type | Description |
---|---|
bool? |