Skip to content

Commit 721cae2

Browse files
author
markzegarelli
committed
Fix tax_rates collection [netlify-build]
1 parent 7d19d5d commit 721cae2

File tree

1 file changed

+15
-14
lines changed
  • src/connections/sources/catalog/cloud-apps/stripe

1 file changed

+15
-14
lines changed

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

+15-14
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Collections are the groupings of resources that Segment pulls from your source.
5454
| `skus` | object | A specific variant of a product. . |
5555
| `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). |
5656
| `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. |
5858
| `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) |
5959
| `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) |
6060

@@ -124,19 +124,19 @@ Below are tables outlining the properties included in the collections listed abo
124124

125125
### balance_transactions
126126

127-
| Property Name | Description |
128-
| -------------- | -------------------------------------------------------------------------------- |
129-
| `amount` | Gross amount of the transaction, in cents |
130-
| `currency` | Three-letter ISO currency code, in lowercase |
131-
| `description` | An arbitrary string attached to the object |
132-
| `fee` | Fees (in cents) paid for this transaction |
133-
| `metadata` | A set of key-value pairs that describe additional information about the object |
134-
| `net` | Net amount of the transaction, in cents |
135-
| `source` | The Stripe object to which this transaction is related |
136-
| `status` | If the transaction's net funds are available in the Stripe balance yet |
137-
| `type` | Transaction type |
138-
| `created` | Time at which the object was created |
139-
| `available` | The date the transactions's net funds will become available in the Stripe balance |
127+
| Property Name | Description |
128+
| ------------- | --------------------------------------------------------------------------------- |
129+
| `amount` | Gross amount of the transaction, in cents |
130+
| `currency` | Three-letter ISO currency code, in lowercase |
131+
| `description` | An arbitrary string attached to the object |
132+
| `fee` | Fees (in cents) paid for this transaction |
133+
| `metadata` | A set of key-value pairs that describe additional information about the object |
134+
| `net` | Net amount of the transaction, in cents |
135+
| `source` | The Stripe object to which this transaction is related |
136+
| `status` | If the transaction's net funds are available in the Stripe balance yet |
137+
| `type` | Transaction type |
138+
| `created` | Time at which the object was created |
139+
| `available` | The date the transactions's net funds will become available in the Stripe balance |
140140

141141
### balance_transaction_fee_details
142142

@@ -513,6 +513,7 @@ Segment flattens Stripes `inventory`, `package_dimensions` objects.
513513

514514

515515
### tax_rates
516+
516517
| Property Name | Description |
517518
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
518519
| `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

Comments
 (0)