Sha256: db67333966b032b53207db4aee76a55efedc1990dab72af0a87b12e00b0b384a

Contents?: true

Size: 1.13 KB

Versions: 9

Compression:

Stored size: 1.13 KB

Contents

# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.

# typed: true
# frozen_string_literal: true


module DingSDK
  module Shared
  

    class CreateCheckRequest < ::DingSDK::Utils::FieldAugmented
      extend T::Sig

      # The authentication UUID that was returned when you created the authentication.
      field :authentication_uuid, ::String, { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('authentication_uuid') } }
      # The code that the user entered.
      field :check_code, ::String, { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('check_code') } }
      # Your customer UUID, which can be found in the API settings in the Dashboard.
      field :customer_uuid, ::String, { 'format_json': { 'letter_case': ::DingSDK::Utils.field_name('customer_uuid') } }


      sig { params(authentication_uuid: ::String, check_code: ::String, customer_uuid: ::String).void }
      def initialize(authentication_uuid: nil, check_code: nil, customer_uuid: nil)
        @authentication_uuid = authentication_uuid
        @check_code = check_code
        @customer_uuid = customer_uuid
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ding_sdk-0.8.11 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.7 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.6 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.5 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.4 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.3 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.2 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.1 lib/ding_sdk/models/shared/createcheckrequest.rb
ding_sdk-0.8.0 lib/ding_sdk/models/shared/createcheckrequest.rb