class Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
Attributes
Optional description of the refund reason. Corresponds to the JSON property `description` @return [String]
- 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`“ Corresponds to the JSON property `reason` @return [String]
Public Class Methods
# File lib/google/apis/content_v2_1/classes.rb, line 7208 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/content_v2_1/classes.rb, line 7213 def update!(**args) @description = args[:description] if args.key?(:description) @reason = args[:reason] if args.key?(:reason) end