Class: Google::Apis::ContentV2::CustomerReturnReason

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomerReturnReason

Returns a new instance of CustomerReturnReason.



1716
1717
1718
# File 'generated/google/apis/content_v2/classes.rb', line 1716

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

Instance Attribute Details

#descriptionString

Description of the reason. Corresponds to the JSON property description

Returns:

  • (String)


1705
1706
1707
# File 'generated/google/apis/content_v2/classes.rb', line 1705

def description
  @description
end

#reason_codeString

Code of the return reason. Acceptable values are: - "betterPriceFound" - " changedMind" - "damagedOrDefectiveItem" - "didNotMatchDescription" - " doesNotFit" - "expiredItem" - "incorrectItemReceived" - "noLongerNeeded"

  • "notSpecified" - "orderedWrongItem" - "other" - "qualityNotExpected"
  • "receivedTooLate" - "undeliverable" Corresponds to the JSON property reasonCode

Returns:

  • (String)


1714
1715
1716
# File 'generated/google/apis/content_v2/classes.rb', line 1714

def reason_code
  @reason_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1721
1722
1723
1724
# File 'generated/google/apis/content_v2/classes.rb', line 1721

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