Class: Plaid::AccessToken::UpdateVersionResponse
- Inherits:
-
Models::BaseResponse
- Object
- Hashie::Dash
- Models::BaseModel
- Models::BaseResponse
- Plaid::AccessToken::UpdateVersionResponse
- Defined in:
- lib/plaid/products/item.rb
Overview
Public: Response for /item/access_token/update_version.
Instance Method Summary collapse
-
#access_token ⇒ Object
:attr_reader: Public: The String new access token for use.
-
#item_id ⇒ Object
:attr_reader: Public: The String item ID.
Methods inherited from Models::BaseResponse
Methods inherited from Models::BaseModel
Instance Method Details
#access_token ⇒ Object
:attr_reader: Public: The String new access token for use.
47 |
# File 'lib/plaid/products/item.rb', line 47 property :access_token |
#item_id ⇒ Object
:attr_reader: Public: The String item ID.
52 |
# File 'lib/plaid/products/item.rb', line 52 property :item_id |