Class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
Inheritance
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption : IDirectResponseSchema
Properties
Description
Optional description of the refund reason.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Reason
[required] Reason for the refund. Acceptable values are: - "adjustment
" - "autoPostInternal
" -
"autoPostInvalidBillingAddress
" - "autoPostNoInventory
" - "autoPostPriceError
" -
"autoPostUndeliverableShippingAddress
" - "couponAbuse
" - "courtesyAdjustment
" - "customerCanceled
" -
"customerDiscretionaryReturn
" - "customerInitiatedMerchantCancel
" - "customerSupportRequested
" -
"deliveredLateByCarrier
" - "deliveredTooLate
" - "expiredItem
" - "failToPushOrderGoogleError
" -
"failToPushOrderMerchantError
" - "failToPushOrderMerchantFulfillmentError
" -
"failToPushOrderToMerchant
" - "failToPushOrderToMerchantOutOfStock
" - "feeAdjustment
" -
"invalidCoupon
" - "lateShipmentCredit
" - "malformedShippingAddress
" - "merchantDidNotShipOnTime
" -
"noInventory
" - "orderTimeout
" - "other
" - "paymentAbuse
" - "paymentDeclined
" -
"priceAdjustment
" - "priceError
" - "productArrivedDamaged
" - "productNotAsDescribed
" -
"promoReallocation
" - "qualityNotAsExpected
" - "returnRefundAbuse
" - "shippingCostAdjustment
" -
"shippingPriceError
" - "taxAdjustment
" - "taxError
" - "undeliverableShippingAddress
" -
"unsupportedPoBoxAddress
" - "wrongProductShipped
"
Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type | Description |
---|---|
System.String |