Method: Plaid::ProcessorTransactionsRecurringGetRequest#processor_token
- Defined in:
- lib/plaid/models/processor_transactions_recurring_get_request.rb
#processor_token ⇒ Object
The processor token obtained from the Plaid integration partner. Processor tokens are in the format: ‘processor-<environment>-<identifier>`
23 24 25 |
# File 'lib/plaid/models/processor_transactions_recurring_get_request.rb', line 23 def processor_token @processor_token end |