Class: Google::Apis::ContentV2::RefundReason
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::RefundReason
- 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
-
#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
9976 9977 9978 |
# File 'generated/google/apis/content_v2/classes.rb', line 9976 def initialize(**args) update!(**args) end |
Instance Attribute Details
#description ⇒ String
Corresponds to the JSON property description
9969 9970 9971 |
# File 'generated/google/apis/content_v2/classes.rb', line 9969 def description @description end |
#reason_code ⇒ String
Corresponds to the JSON property reasonCode
9974 9975 9976 |
# File 'generated/google/apis/content_v2/classes.rb', line 9974 def reason_code @reason_code end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
9981 9982 9983 9984 |
# File 'generated/google/apis/content_v2/classes.rb', line 9981 def update!(**args) @description = args[:description] if args.key?(:description) @reason_code = args[:reason_code] if args.key?(:reason_code) end |