Class OrderreturnsRefundOperation
Implements
Inherited Members
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 |