Method: Unit::Counterparty::CreateWithPlaidTokenRequest#initialize
- Defined in:
- lib/unit/models/counterparty/create_with_plaid_token_request.rb
#initialize(customer_id, type, name, plaid_processor_token, verify_name = nil, permissions = nil, tags = nil, idempotency_key = nil) ⇒ CreateWithPlaidTokenRequest
Returns a new instance of CreateWithPlaidTokenRequest.
19 20 21 22 23 24 25 26 27 28 |
# File 'lib/unit/models/counterparty/create_with_plaid_token_request.rb', line 19 def initialize(customer_id, type, name, plaid_processor_token, verify_name = nil, = nil, = nil, idempotency_key = nil) @customer_id = customer_id @type = type @name = name @plaid_processor_token = plaid_processor_token @verify_name = verify_name @permissions = @tags = @idempotency_key = idempotency_key end |