Skip to content

Commit 0e035e8

Browse files
author
markzegarelli
committed
follow on stripe update
1 parent 6d24af4 commit 0e035e8

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Collections are the groupings of resources that Segment pulls from your source.
4040
| `customers` | object | Customer objects allow you to perform recurring charges and track multiple charges that are associated with the same customer. For more information, see [Stripe's API docs](https://stripe.com/docs/api#customers) |
4141
| `discounts` | object | A discount represents the actual application of a coupon to a particular customer. It contains information about when the discount began and when it will end. For more information, see [Stripe's API docs](https://stripe.com/docs/api#discounts) |
4242
| `disputes` | object | A dispute occurs when a customer questions your charge with their bank or credit card company. When a customer disputes your charge, you're given the opportunity to respond to the dispute with evidence that shows the charge is legitimate. You can find more information about the dispute process in the disputes FAQ. For more information, see [Stripe's API docs](https://stripe.com/docs/api#disputes) |
43-
| `file_uploads` | object | There are various times when you'll want to upload files to Stripe (for example, when uploading dispute evidence). This can be done by creating a file upload object. When you upload a file, the API responds with a file token and other information about the file. The token can then be used to retrieve a file object. For more information, see [Stripe's API docs](https://stripe.com/docs/api#file_uploads) |
4443
| `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 information, see [Stripe's API docs](https://stripe.com/docs/api#invoiceitems) |
4544
| `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 information, see [Stripe's API docs](https://stripe.com/docs/api#invoice_lines) |
4645
| `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 information, see [Stripe's API docs](https://stripe.com/docs/api#invoices) |

0 commit comments

Comments
 (0)