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.102 docs/IdentityResponse.md
affixapi-1.1.101 docs/IdentityResponse.md
affixapi-1.1.100 docs/IdentityResponse.md
affixapi-1.1.99 docs/IdentityResponse.md
affixapi-1.1.94 docs/IdentityResponse.md
affixapi-1.1.93 docs/IdentityResponse.md
affixapi-1.1.92 docs/IdentityResponse.md
affixapi-1.1.91 docs/IdentityResponse.md
affixapi-1.1.90 docs/IdentityResponse.md
affixapi-1.1.89 docs/IdentityResponse.md
affixapi-1.1.88 docs/IdentityResponse.md
affixapi-1.1.87 docs/IdentityResponse.md
affixapi-1.1.86 docs/IdentityResponse.md
affixapi-1.1.85 docs/IdentityResponse.md
affixapi-1.1.84 docs/IdentityResponse.md
affixapi-1.1.83 docs/IdentityResponse.md
affixapi-1.1.65 docs/IdentityResponse.md
affixapi-1.1.64 docs/IdentityResponse.md
affixapi-1.1.63 docs/IdentityResponse.md
affixapi-1.1.62 docs/IdentityResponse.md