Sha256: 73d3d186960bd53d8d937f2e8408332f515e3f09a0e5634f3a612a2237135ad2

Contents?: true

Size: 678 Bytes

Versions: 6

Compression:

Stored size: 678 Bytes

Contents

# TalonOne::ApplicationCustomerSearch

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attributes** | [**Object**](.md) | Properties to match against a customer profile. All provided attributes will be exactly matched against profile attributes | [optional] 
**integration_i_ds** | **Array<String>** |  | [optional] 
**profile_i_ds** | **Array<Integer>** |  | [optional] 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::ApplicationCustomerSearch.new(attributes: null,
                                 integration_i_ds: null,
                                 profile_i_ds: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-2.4.0 docs/ApplicationCustomerSearch.md
talon_one-2.3.0 docs/ApplicationCustomerSearch.md
talon_one-2.2.0 docs/ApplicationCustomerSearch.md
talon_one-2.1.1 docs/ApplicationCustomerSearch.md
talon_one-2.1.0 docs/ApplicationCustomerSearch.md
talon_one-2.0.0 docs/ApplicationCustomerSearch.md