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

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

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ RefundReason

Returns a new instance of RefundReason.



9988
9989
9990
# File 'generated/google/apis/content_v2/classes.rb', line 9988

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

Instance Attribute Details

#descriptionString

Corresponds to the JSON property description

Returns:

  • (String)


9981
9982
9983
# File 'generated/google/apis/content_v2/classes.rb', line 9981

def description
  @description
end

#reason_codeString

Corresponds to the JSON property reasonCode

Returns:

  • (String)


9986
9987
9988
# File 'generated/google/apis/content_v2/classes.rb', line 9986

def reason_code
  @reason_code
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9993
9994
9995
9996
# File 'generated/google/apis/content_v2/classes.rb', line 9993

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