You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/sources/catalog/cloud-apps/stripe/index.md
+15-14
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ Collections are the groupings of resources that Segment pulls from your source.
54
54
|`skus`| object | A specific variant of a product. . |
55
55
|`subscription_items`| object | Subscription items allow you to create customer subscriptions with more than one plan, making it easy to represent complex billing relationships. For more information, see [Stripe's API docs](https://stripe.com/docs/api/subscription_items). |
56
56
|`subscriptions`| object | Subscriptions allow you to charge a customer's card on a recurring basis. A subscription ties a customer to a particular plan you've created. For more information, see [Stripe's API docs](https://stripe.com/docs/api#subscriptions)|
57
-
|`tax_rates`| object | Tax rates can be applied to invoices, subscriptions and Checkout Sessions to collect tax. |
57
+
|`tax_rates`| object | Tax rates can be applied to invoices, subscriptions and Checkout Sessions to collect tax. |
58
58
|`transfer_reversals`| object | A previously created transfer can be reversed if it has not yet been paid out. Funds will be refunded to your available balance, and the fees you were originally charged on the transfer will be refunded. You may not reverse automatic Stripe transfers. For more information, see [Stripe's API docs](https://stripe.com/docs/api#transfer_reversals)|
59
59
|`transfers`| object | When Stripe sends you money or you initiate a transfer to a bank account, debit card, or connected Stripe account, a transfer object will be created. You can retrieve individual transfers as well as list all transfers. For more information, see [Stripe's API docs](https://stripe.com/docs/api#transfers)|
60
60
@@ -124,19 +124,19 @@ Below are tables outlining the properties included in the collections listed abo
|`active`| Defaults to `true`. When set to `false`, this tax rate cannot be used with new applications or Checkout Sessions, but will still work for subscriptions and invoices that already have it set. |
0 commit comments