Class: Google::Apis::ContentV2::RefundReason

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/content_v2/classes.rb,
lib/google/apis/content_v2/representations.rb,
lib/google/apis/content_v2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ RefundReason

Returns a new instance of RefundReason.



10350
10351
10352
# File 'lib/google/apis/content_v2/classes.rb', line 10350

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

Description of the reason. Corresponds to the JSON property description

Returns:

  • (String)


10327
10328
10329
# File 'lib/google/apis/content_v2/classes.rb', line 10327

def description
  @description
end

#reason_codeString

Code of the refund reason. 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 reasonCode

Returns:

  • (String)


10348
10349
10350
# File 'lib/google/apis/content_v2/classes.rb', line 10348

def reason_code
  @reason_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



10355
10356
10357
10358
# File 'lib/google/apis/content_v2/classes.rb', line 10355

def update!(**args)
  @description = args[:description] if args.key?(:description)
  @reason_code = args[:reason_code] if args.key?(:reason_code)
end