Class: Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/content_v2_1/classes.rb,
generated/google/apis/content_v2_1/representations.rb,
generated/google/apis/content_v2_1/representations.rb
Instance Attribute Summary collapse
-
#description ⇒ String
Optional description of the refund reason.
-
#reason ⇒ String
[required] Reason for the refund.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
constructor
A new instance of OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption
Returns a new instance of OrderinvoicesCustomBatchRequestEntryCreateRefundInvoiceRefundOption.
6352 6353 6354 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6352 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Optional description of the refund reason.
Corresponds to the JSON property description
6329 6330 6331 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6329 def description @description end |
#reason ⇒ 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 propertyreason
6350 6351 6352 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6350 def reason @reason end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6357 6358 6359 6360 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 6357 def update!(**args) @description = args[:description] if args.key?(:description) @reason = args[:reason] if args.key?(:reason) end |