Class: Google::Apis::ContentV2_1::RefundReason
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2_1::RefundReason
- 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 more...
Instance Attribute Summary collapse
-
#description ⇒ String
Corresponds to the JSON property
description
. -
#reason_code ⇒ String
Corresponds to the JSON property
reasonCode
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RefundReason
constructor
A new instance of RefundReason.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RefundReason
Returns a new instance of RefundReason
8000 8001 8002 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 8000 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
7993 7994 7995 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7993 def description @description end |
#reason_code ⇒ String
Corresponds to the JSON property reasonCode
7998 7999 8000 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 7998 def reason_code @reason_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
8005 8006 8007 8008 |
# File 'generated/google/apis/content_v2_1/classes.rb', line 8005 def update!(**args) @description = args[:description] if args.key?(:description) @reason_code = args[:reason_code] if args.key?(:reason_code) end |