Sha256: 6f922021a836a7129ebeaf1cd21816398f62d5e9425e4acc157f9de91d1fe94e

Contents?: true

Size: 665 Bytes

Versions: 51

Compression:

Stored size: 665 Bytes

Contents

# OpenapiClient::IdentityResponse

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **name** | **String** | The name of the individual for the respective account, if known |  |
| **email** | **String** | The email of the individual for the respective account, if known |  |
| **phone_number** | **String** | The phone number of the individual for the respective account, if known. Nullable for tokens created prior to 2023-03-05  |  |

## Example

```ruby
require 'openapi_client'

instance = OpenapiClient::IdentityResponse.new(
  name: Laurine Barton,
  email: laurine.barton@me.com,
  phone_number: 14150000000
)
```

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
affixapi-1.1.60 docs/IdentityResponse.md
affixapi-1.1.59 docs/IdentityResponse.md
affixapi-1.1.58 docs/IdentityResponse.md
affixapi-1.1.57 docs/IdentityResponse.md
affixapi-1.1.56 docs/IdentityResponse.md
affixapi-1.1.55 docs/IdentityResponse.md
affixapi-1.1.54 docs/IdentityResponse.md
affixapi-1.1.53 docs/IdentityResponse.md
affixapi-1.1.52 docs/IdentityResponse.md
affixapi-1.1.51 docs/IdentityResponse.md
affixapi-1.1.50 docs/IdentityResponse.md
affixapi-1.1.49 docs/IdentityResponse.md
affixapi-1.1.48 docs/IdentityResponse.md
affixapi-1.1.47 docs/IdentityResponse.md
affixapi-1.1.46 docs/IdentityResponse.md
affixapi-1.1.45 docs/IdentityResponse.md
affixapi-1.1.44 docs/IdentityResponse.md
affixapi-1.1.43 docs/IdentityResponse.md
affixapi-1.1.42 docs/IdentityResponse.md
affixapi-1.1.41 docs/IdentityResponse.md