Views
Views are composed of columns and pseudo columns. Views are similar to tables in the way that data is represented; however, views do not support updates. Entities that are represented as views are typically read-only entities. Often, a stored procedure is available to update the data if such functionality is applicable to the data source.
Queries can be executed against a view as if it were a normal table, and the data that comes back is similar in that regard.
Dynamic views, such as queries exposed as views, and views for looking up specific combinations of project_team work items are supported.
CData JDBC Driver for Stripe Views
| Name | Description |
| AvailableBalance | Query the Available Balance in Stripe. |
| BalanceChangeFromActivitySummaryReport | Query the Balance change from activity summary report in Stripe. |
| BalanceSummaryReportInternal | Query the Balance Summary report in Stripe. |
| BalanceTransactions | Query Balance History in Stripe. |
| CountrySpecs | Query the available Country Specs in Stripe. |
| Disputes | Query the available Disputes in Stripe. |
| EndingBalanceReconciliationSummaryReport | Query the Ending balance reconciliation summary report in Stripe. |
| Events | Query the available events in Stripe. |
| InvoiceLineItems | Query the available invoices line items in Stripe. |
| ItemizedBalanceChangeFromActivityReport | Query the Itemized balance change from Activity report in Stripe. |
| ItemizedEndingBalanceReconciliationReport | Query the Itemized ending balance change from activity report in Stripe. |
| ItemizedPayoutReconciliationReport | Query the Itemized payout reconciliation report in Stripe. |
| ItemizedPayoutsReport | Query the Itemized payouts report in Stripe. |
| ItemizedReconciliationForASinglePayoutReport | Query the Itemized reconciliation for a single payout report in Stripe. |
| Orders | Query the available orders in Stripe. |
| PaymentIntent | A PaymentIntent guides you through the process of collecting a payment from your customer. |
| PaymentLinkLineItems | Query the available PaymentLink line items in Stripe. |
| PayoutsReconciliationSummaryForASinglePayoutReport | Payouts reconciliation summary for a single payout in Stripe. |
| PayoutsReconciliationSummaryReport | Query the Payouts reconciliation summary report in Stripe. |
| PayoutsSummaryReport | Query the Payouts summary report in Stripe. |
| PendingBalance | Query the available balance in Stripe. |
| Products | Query the available products in Stripe. |
| Reports | To Create and Query the Report Run object, which represents an instance of a report type generated with specific run parameters. |
| ShippingRates | Query the available Shipping rates in Stripe. |
| Skus | Query the available SKUs in Stripe. |