Show / Hide Table of Contents

Class OrdersRefundOrderRequest

Inheritance
object
OrdersRefundOrderRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class OrdersRefundOrderRequest : IDirectResponseSchema

Properties

Amount

The amount that is refunded. If this is not the first refund for the order, this should be the newly refunded amount.

Declaration
[JsonProperty("amount")]
public virtual MonetaryAmount Amount { get; set; }
Property Value
Type Description
MonetaryAmount

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FullRefund

If true, the full order will be refunded, including shipping. If this is true, amount shouldn't be provided and will be ignored.

Declaration
[JsonProperty("fullRefund")]
public virtual bool? FullRefund { get; set; }
Property Value
Type Description
bool?

OperationId

The ID of the operation. Unique across all operations for a given order.

Declaration
[JsonProperty("operationId")]
public virtual string OperationId { get; set; }
Property Value
Type Description
string

Reason

The reason for the refund. Acceptable values are: - "courtesyAdjustment" - "other"

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

ReasonText

The explanation of the reason.

Declaration
[JsonProperty("reasonText")]
public virtual string ReasonText { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX