Sha256: 7ba9d27a4a0d8c9197b98165a637f4ad5550d55eb67b328855fa2557e182136e
Contents?: true
Size: 526 Bytes
Versions: 4
Compression:
Stored size: 526 Bytes
Contents
# Plaid::IncomeVerificationPaystubGetResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **paystub** | [**Paystub**](Paystub.md) | | [optional] | | **request_id** | **String** | A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive. | [optional] | ## Example ```ruby require 'plaid' instance = Plaid::IncomeVerificationPaystubGetResponse.new( paystub: null, request_id: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems