Skip to content

Commit 6d07124

Browse files
author
markzegarelli
authored
DOC-48 Some of those were actually deprecated...
1 parent 4871334 commit 6d07124

File tree

1 file changed

+0
-30
lines changed
  • src/connections/sources/catalog/cloud-apps/stripe

1 file changed

+0
-30
lines changed

src/connections/sources/catalog/cloud-apps/stripe/index.md

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@ Collections are the groupings of resources we pull from your source. In your war
4444
| `invoice_items` | object | Sometimes you want to add a charge or credit to a customer but only actually charge the customer's card at the end of a regular billing cycle. This is useful for combining several charges to minimize per-transaction fees or having Stripe tabulate your usage-based billing totals. For more info, see [Stripe's API docs](https://stripe.com/docs/api#invoiceitems) |
4545
| `invoice_lines` | object | When retrieving an invoice, you'll get a lines property containing the total count of line items and the first handful of those items For more info, see [Stripe's API docs](https://stripe.com/docs/api#invoice_lines) |
4646
| `invoices` | object | Invoices are statements of what a customer owes for a particular billing period, including subscriptions, invoice items, and any automatic proration adjustments if necessary. For more info, see [Stripe's API docs](https://stripe.com/docs/api#invoices) |
47-
| `orders` | object | |
48-
| `order_returns` | object | |
4947
| `order_shipping_methods` | object | |
5048
| `payment_intents` | object | A PaymentIntent tracks the process of collecting a payment from your customer. A PaymentIntent transitions through multiple statuse throughout its lifetime and ultimately creates at most one successful charge. For more info, see [Stripe's API docs](https://stripe.com/docs/api/payment_intents) |
5149
| `payment_methods` | object | PaymentMethod objects represent your customer's payment instruments. They can be used with [PaymentIntents](https://stripe.com/docs/payments/payment-intents) to collect payments or saved to Customer objects to store instrument details for future payments. For more info, see [Stripe's API docs](https://stripe.com/docs/payments/payment-methods) |
@@ -285,34 +283,6 @@ Below are tables outlining the properties included in the collections listed abo
285283
| `type` | A string identifying the type of the source of this line item, either an `InvoiceItem` or a `Subscription` |
286284
| `item_id` | If id is prefixed with `ii_` then this is the line item's UUID, if any |
287285

288-
### orders
289-
290-
| Property Name | Description |
291-
| ------------------------- | ------------------------------------------------------------ |
292-
| `amount` | |
293-
| `amount_returned` | |
294-
| `application` | |
295-
| `application_fee` | |
296-
| `charge_id` | |
297-
| `currency` | |
298-
| `customer_id` | |
299-
| `email` | |
300-
| `livemode` | |
301-
| `selected_shipping_method`| |
302-
| `status` | |
303-
304-
### order_returns
305-
306-
| Property Name | Description |
307-
| ------------------------- | ------------------------------------------------------------ |
308-
| `amount` | |
309-
| `currency` | |
310-
| `description` | |
311-
| `parent_id` | |
312-
| `quantity` | |
313-
| `type` | |
314-
| `livemode` | |
315-
| `order_id` | |
316286

317287
### order_shipping_methods
318288

0 commit comments

Comments
 (0)