Class: OldPlaid::ExchangeTokenResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/old_plaid/models/exchange_token_response.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(fields = {}) ⇒ ExchangeTokenResponse

Returns a new instance of ExchangeTokenResponse.



6
7
8
9
# File 'lib/old_plaid/models/exchange_token_response.rb', line 6

def initialize(fields = {})
  @access_token = fields['access_token']
   = fields['stripe_bank_account_token']
end

Instance Attribute Details

#access_tokenObject

Returns the value of attribute access_token.



3
4
5
# File 'lib/old_plaid/models/exchange_token_response.rb', line 3

def access_token
  @access_token
end

#stripe_bank_account_tokenObject

Returns the value of attribute stripe_bank_account_token.



4
5
6
# File 'lib/old_plaid/models/exchange_token_response.rb', line 4

def 
  
end