Method: Plaid::UserCreateResponse#request_id
- Defined in:
- lib/plaid/models/user_create_response.rb
#request_id ⇒ Object
A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.
26 27 28 |
# File 'lib/plaid/models/user_create_response.rb', line 26 def request_id @request_id end |