class Google::Apis::ContentV2_1::CaptureOrderResponse

Response message for the CaptureOrder method.

Attributes

execution_status[RW]

The status of the execution. Only defined if the request was successful. Acceptable values are: * “duplicate” * “executed” Corresponds to the JSON property `executionStatus` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/content_v2_1/classes.rb, line 1725
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/content_v2_1/classes.rb, line 1730
def update!(**args)
  @execution_status = args[:execution_status] if args.key?(:execution_status)
end