Skip to content

Commit 1266b19

Browse files
authored
Merge pull request #5146 from segmentio/stripe-coupons-collection-update
Add Property to Stripe Source Table
2 parents bad7cf8 + c966b41 commit 1266b19

File tree

1 file changed

+12
-11
lines changed
  • src/connections/sources/catalog/cloud-apps/stripe

1 file changed

+12
-11
lines changed

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

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -226,17 +226,18 @@ Below are tables outlining the properties included in the collections listed abo
226226

227227
### coupons
228228

229-
| Property Name | Description |
230-
| -------------------- | ------------------------------------------------------------------------------------------------------------ |
231-
| `amount_off` | Amount (in the currency specified) that will be taken off the subtotal of any invoices for this customer |
232-
| `currency` | The three-letter ISO code for the currency of the amount to take off |
233-
| `duration_in_months` | If duration is repeating, the number of months the coupon applies |
234-
| `duration` | Describes how long a customer who applies this coupon will get the discount |
235-
| `max_redemptions` | Maximum number of times this coupon can be redeemed, in total, before it is no longer valid |
236-
| `metadata` | A set of key-value pairs that describe additional information about the object |
237-
| `percent_off` | Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon |
238-
| `times_redeemed` | Number of times this coupon has been applied to a customer |
239-
| `valid` | Taking account of the above properties, whether this coupon can still be applied to a customer |
229+
| Property Name | Description |
230+
| --------------------- | ----------------------------------------------------------------------------------------------------------------------------- |
231+
| `amount_off` | Amount (in the currency specified) that will be taken off the subtotal of any invoices for this customer |
232+
| `currency` | The three-letter ISO code for the currency of the amount to take off |
233+
| `duration_in_months` | If duration is repeating, the number of months the coupon applies |
234+
| `duration` | Describes how long a customer who applies this coupon will get the discount |
235+
| `max_redemptions` | Maximum number of times this coupon can be redeemed, in total, before it is no longer valid |
236+
| `metadata` | A set of key-value pairs that describe additional information about the object |
237+
| `percent_off` | Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon |
238+
| `percent_off_precise` | Percent that will be taken off the subtotal of any invoices for this customer for the duration of the coupon, in decimal form |
239+
| `times_redeemed` | Number of times this coupon has been applied to a customer |
240+
| `valid` | Taking account of the above properties, whether this coupon can still be applied to a customer |
240241

241242
### customers
242243

0 commit comments

Comments
 (0)