Show / Hide Table of Contents

Class OrderreturnsRefundOperation

Inheritance
object
OrderreturnsRefundOperation
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 OrderreturnsRefundOperation : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

FullRefund

If true, the item will be fully refunded. Allowed only when payment_type is FOP. Merchant can choose this refund option to indicate the full remaining amount of corresponding object to be refunded to the customer through FOP.

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

PartialRefund

If this is set, the item will be partially refunded. Merchant can choose this refund option to specify the customized amount that to be refunded to the customer.

Declaration
[JsonProperty("partialRefund")]
public virtual OrderreturnsPartialRefund PartialRefund { get; set; }
Property Value
Type Description
OrderreturnsPartialRefund

PaymentType

The payment way of issuing refund. Default value is ORIGINAL_FOP if not set.

Declaration
[JsonProperty("paymentType")]
public virtual string PaymentType { 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

ReturnRefundReason

Code of the refund reason.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX