Sha256: d92eeb02fe7a67ad1b158a1fb995e5cc174cbd9e1d70a9ca350a15cf3264ad59

Contents?: true

Size: 1.47 KB

Versions: 1

Compression:

Stored size: 1.47 KB

Contents

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

# typed: true
# frozen_string_literal: true


module OpenApiSDK
  module Operations
  

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

      # This is the unique identifier for the customer in the client's app. This is used to track the customer's journey.
      field :customer_id, ::String, { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('customerId') } }
      # Avatar of the customer in the client's app.
      field :customer_avatar, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('customerAvatar') } }
      # Email of the customer in the client's app.
      field :customer_email, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('customerEmail') } }
      # Name of the customer in the client's app.
      field :customer_name, T.nilable(::String), { 'format_json': { 'letter_case': ::OpenApiSDK::Utils.field_name('customerName') } }


      sig { params(customer_id: ::String, customer_avatar: T.nilable(::String), customer_email: T.nilable(::String), customer_name: T.nilable(::String)).void }
      def initialize(customer_id: nil, customer_avatar: nil, customer_email: nil, customer_name: nil)
        @customer_id = customer_id
        @customer_avatar = customer_avatar
        @customer_email = customer_email
        @customer_name = customer_name
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
dub-0.2.2.pre.alpha.4 lib/open_api_sdk/models/operations/trackcustomer_requestbody.rb