Sha256: 73025a9be11cdb88be9bc93ee56c80a0246eb7d33d17b8bb06a7e839a87d1124

Contents?: true

Size: 1.06 KB

Versions: 2

Compression:

Stored size: 1.06 KB

Contents

# Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

    class RetrieveEcommerceOrderRequest < ::OpenApiSDK::Utils::FieldAugmented
      extend T::Sig

      # id of the order you want to retrieve.
      field :id, ::String, { 'path_param': { 'field_name': 'id', 'style': 'simple', 'explode': false } }
      # The connection token
      field :x_connection_token, ::String, { 'header': { 'field_name': 'x-connection-token', 'style': 'simple', 'explode': false } }
      # Set to true to include data from the original Ats software.
      field :remote_data, T.nilable(T::Boolean), { 'query_param': { 'field_name': 'remote_data', 'style': 'form', 'explode': true } }


      sig { params(id: ::String, x_connection_token: ::String, remote_data: T.nilable(T::Boolean)).void }
      def initialize(id: nil, x_connection_token: nil, remote_data: nil)
        @id = id
        @x_connection_token = x_connection_token
        @remote_data = remote_data
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
panora-0.2.5 lib/open_api_sdk/models/operations/retrieveecommerceorder_request.rb
panora-0.2.4 lib/open_api_sdk/models/operations/retrieveecommerceorder_request.rb