| Package | Description |
|---|---|
| com.plaid.client.model |
| Modifier and Type | Method and Description |
|---|---|
List<TransactionStream> |
ProcessorTransactionsRecurringGetResponse.getInflowStreams()
An array of depository transaction streams.
|
List<TransactionStream> |
TransactionsRecurringGetResponse.getInflowStreams()
An array of depository transaction streams.
|
List<TransactionStream> |
ProcessorTransactionsRecurringGetResponse.getOutflowStreams()
An array of expense transaction streams.
|
List<TransactionStream> |
TransactionsRecurringGetResponse.getOutflowStreams()
An array of expense transaction streams.
|
| Modifier and Type | Method and Description |
|---|---|
ProcessorTransactionsRecurringGetResponse |
ProcessorTransactionsRecurringGetResponse.addInflowStreamsItem(TransactionStream inflowStreamsItem) |
TransactionsRecurringGetResponse |
TransactionsRecurringGetResponse.addInflowStreamsItem(TransactionStream inflowStreamsItem) |
ProcessorTransactionsRecurringGetResponse |
ProcessorTransactionsRecurringGetResponse.addOutflowStreamsItem(TransactionStream outflowStreamsItem) |
TransactionsRecurringGetResponse |
TransactionsRecurringGetResponse.addOutflowStreamsItem(TransactionStream outflowStreamsItem) |
| Modifier and Type | Method and Description |
|---|---|
ProcessorTransactionsRecurringGetResponse |
ProcessorTransactionsRecurringGetResponse.inflowStreams(List<TransactionStream> inflowStreams) |
TransactionsRecurringGetResponse |
TransactionsRecurringGetResponse.inflowStreams(List<TransactionStream> inflowStreams) |
ProcessorTransactionsRecurringGetResponse |
ProcessorTransactionsRecurringGetResponse.outflowStreams(List<TransactionStream> outflowStreams) |
TransactionsRecurringGetResponse |
TransactionsRecurringGetResponse.outflowStreams(List<TransactionStream> outflowStreams) |
void |
ProcessorTransactionsRecurringGetResponse.setInflowStreams(List<TransactionStream> inflowStreams) |
void |
TransactionsRecurringGetResponse.setInflowStreams(List<TransactionStream> inflowStreams) |
void |
ProcessorTransactionsRecurringGetResponse.setOutflowStreams(List<TransactionStream> outflowStreams) |
void |
TransactionsRecurringGetResponse.setOutflowStreams(List<TransactionStream> outflowStreams) |
Copyright © 2017–2023 Plaid Inc.. All rights reserved.