Class: Google::Apis::ContentV2::OrdersRefundResponse
- Inherits:
-
Object
- Object
- Google::Apis::ContentV2::OrdersRefundResponse
- 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
-
#execution_status ⇒ String
The status of the execution.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OrdersRefundResponse
constructor
A new instance of OrdersRefundResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OrdersRefundResponse
Returns a new instance of OrdersRefundResponse.
6978 6979 6980 |
# File 'lib/google/apis/content_v2/classes.rb', line 6978 def initialize(**args) update!(**args) end |
Instance Attribute Details
#execution_status ⇒ String
The status of the execution. Acceptable values are: - "duplicate
" - "
executed
"
Corresponds to the JSON property executionStatus
6970 6971 6972 |
# File 'lib/google/apis/content_v2/classes.rb', line 6970 def execution_status @execution_status end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "content#
ordersRefundResponse".
Corresponds to the JSON property kind
6976 6977 6978 |
# File 'lib/google/apis/content_v2/classes.rb', line 6976 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
6983 6984 6985 6986 |
# File 'lib/google/apis/content_v2/classes.rb', line 6983 def update!(**args) @execution_status = args[:execution_status] if args.key?(:execution_status) @kind = args[:kind] if args.key?(:kind) end |