Sha256: 04fd6537eb686173291a27b5939fde2715a1e5dc031ad16c012d7c069b6d0a67
Contents?: true
Size: 685 Bytes
Versions: 4
Compression:
Stored size: 685 Bytes
Contents
# Plaid::Employer ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **employer_id** | **String** | Plaid's unique identifier for the employer. | | | **name** | **String** | The name of the employer | | | **address** | [**NullableAddressData**](NullableAddressData.md) | | [optional] | | **confidence_score** | **Float** | A number from 0 to 1 indicating Plaid's level of confidence in the pairing between the employer and the institution (not yet implemented). | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::Employer.new( employer_id: null, name: null, address: null, confidence_score: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
plaid-14.0.0.beta.4 | docs/Employer.md |
plaid-14.0.0.beta.3 | docs/Employer.md |
plaid-14.0.0.beta.2 | docs/Employer.md |
plaid-14.0.0.beta.1 | docs/Employer.md |