@tennac-booking/sdk 1.0.132 → 1.0.134

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (42) hide show
  1. package/.openapi-generator/FILES +337 -362
  2. package/README.md +3 -28
  3. package/api.ts +302 -1442
  4. package/dist/api.d.ts +304 -1400
  5. package/dist/api.js +18 -127
  6. package/dist/esm/api.d.ts +304 -1400
  7. package/dist/esm/api.js +14 -123
  8. package/docs/CreateEventRequest.md +1 -1
  9. package/docs/SportResponse.md +2 -0
  10. package/docs/SubscriptionPlanDiscountUpdateRequest.md +36 -0
  11. package/docs/{UpdatePlanRequest.md → SubscriptionPlanDiscountUpdateRequestValidFrom.md} +3 -7
  12. package/docs/SubscriptionPlanResponse.md +2 -0
  13. package/docs/SubscriptionsManagerApi.md +7 -7
  14. package/docs/UpdateSubscriptionPlanRequest.md +34 -0
  15. package/package.json +1 -1
  16. package/docs/StripeStripeDeletedProduct.md +0 -25
  17. package/docs/StripeStripePrice.md +0 -63
  18. package/docs/StripeStripePriceBillingScheme.md +0 -10
  19. package/docs/StripeStripePriceCurrencyOptions.md +0 -28
  20. package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +0 -24
  21. package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +0 -12
  22. package/docs/StripeStripePriceCurrencyOptionsTier.md +0 -28
  23. package/docs/StripeStripePriceCustomUnitAmount.md +0 -24
  24. package/docs/StripeStripePriceProduct.md +0 -59
  25. package/docs/StripeStripePriceRecurring.md +0 -28
  26. package/docs/StripeStripePriceRecurringInterval.md +0 -14
  27. package/docs/StripeStripePriceRecurringUsageType.md +0 -10
  28. package/docs/StripeStripePriceTaxBehavior.md +0 -12
  29. package/docs/StripeStripePriceTier.md +0 -28
  30. package/docs/StripeStripePriceTiersMode.md +0 -10
  31. package/docs/StripeStripePriceTransformQuantity.md +0 -22
  32. package/docs/StripeStripePriceTransformQuantityRound.md +0 -10
  33. package/docs/StripeStripePriceType.md +0 -10
  34. package/docs/StripeStripeProduct.md +0 -59
  35. package/docs/StripeStripeProductDefaultPrice.md +0 -63
  36. package/docs/StripeStripeProductMarketingFeature.md +0 -20
  37. package/docs/StripeStripeProductPackageDimensions.md +0 -26
  38. package/docs/StripeStripeProductTaxCode.md +0 -27
  39. package/docs/StripeStripeProductType.md +0 -10
  40. package/docs/StripeStripeResponseStripeStripePrice.md +0 -64
  41. package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +0 -30
  42. package/docs/StripeStripeTaxCode.md +0 -27
@@ -1,59 +0,0 @@
1
- # StripeStripePriceProduct
2
-
3
- The ID of the product this price is associated with.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **active** | **boolean** | Whether the product is currently available for purchase. | [default to undefined]
12
- **created** | **number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [default to undefined]
13
- **default_price** | [**StripeStripeProductDefaultPrice**](StripeStripeProductDefaultPrice.md) | | [optional] [default to undefined]
14
- **deleted** | **boolean** | Always true for a deleted object | [default to undefined]
15
- **description** | **string** | The product\'s description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes. | [default to undefined]
16
- **images** | **Array<string>** | A list of up to 8 URLs of images for this product, meant to be displayable to the customer. | [default to undefined]
17
- **livemode** | **boolean** | Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. | [default to undefined]
18
- **marketing_features** | [**Array<StripeStripeProductMarketingFeature>**](StripeStripeProductMarketingFeature.md) | A list of up to 15 marketing features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). | [default to undefined]
19
- **metadata** | **{ [key: string]: string; }** | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. | [default to undefined]
20
- **name** | **string** | The product\'s name, meant to be displayable to the customer. | [default to undefined]
21
- **package_dimensions** | [**StripeStripeProductPackageDimensions**](StripeStripeProductPackageDimensions.md) | The dimensions of this product for shipping purposes. | [default to undefined]
22
- **shippable** | **boolean** | Whether this product is shipped (i.e., physical goods). | [default to undefined]
23
- **statement_descriptor** | **string** | Extra information about a product which will appear on your customer\'s credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used. Only used for subscription payments. | [optional] [default to undefined]
24
- **tax_code** | [**StripeStripeProductTaxCode**](StripeStripeProductTaxCode.md) | | [default to undefined]
25
- **type** | [**StripeStripeProductType**](StripeStripeProductType.md) | | [default to undefined]
26
- **unit_label** | **string** | A label that represents units of this product. When set, this will be included in customers\' receipts, invoices, Checkout, and the customer portal. | [optional] [default to undefined]
27
- **updated** | **number** | Time at which the object was last updated. Measured in seconds since the Unix epoch. | [default to undefined]
28
- **url** | **string** | A URL of a publicly-accessible webpage for this product. | [default to undefined]
29
-
30
- ## Example
31
-
32
- ```typescript
33
- import { StripeStripePriceProduct } from '@tennac-booking/sdk';
34
-
35
- const instance: StripeStripePriceProduct = {
36
- id,
37
- object,
38
- active,
39
- created,
40
- default_price,
41
- deleted,
42
- description,
43
- images,
44
- livemode,
45
- marketing_features,
46
- metadata,
47
- name,
48
- package_dimensions,
49
- shippable,
50
- statement_descriptor,
51
- tax_code,
52
- type,
53
- unit_label,
54
- updated,
55
- url,
56
- };
57
- ```
58
-
59
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # StripeStripePriceRecurring
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **interval** | [**StripeStripePriceRecurringInterval**](StripeStripePriceRecurringInterval.md) | | [default to undefined]
9
- **interval_count** | **number** | The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months. | [default to undefined]
10
- **meter** | **string** | The meter tracking the usage of a metered price | [default to undefined]
11
- **trial_period_days** | **number** | Default number of trial days when subscribing a customer to this price using [`trial_from_plan=true`](https://stripe.com/docs/api#create_subscription-trial_from_plan). | [default to undefined]
12
- **usage_type** | [**StripeStripePriceRecurringUsageType**](StripeStripePriceRecurringUsageType.md) | | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { StripeStripePriceRecurring } from '@tennac-booking/sdk';
18
-
19
- const instance: StripeStripePriceRecurring = {
20
- interval,
21
- interval_count,
22
- meter,
23
- trial_period_days,
24
- usage_type,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,14 +0,0 @@
1
- # StripeStripePriceRecurringInterval
2
-
3
-
4
- ## Enum
5
-
6
- * `Day` (value: `'day'`)
7
-
8
- * `Month` (value: `'month'`)
9
-
10
- * `Week` (value: `'week'`)
11
-
12
- * `Year` (value: `'year'`)
13
-
14
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,10 +0,0 @@
1
- # StripeStripePriceRecurringUsageType
2
-
3
-
4
- ## Enum
5
-
6
- * `Licensed` (value: `'licensed'`)
7
-
8
- * `Metered` (value: `'metered'`)
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,12 +0,0 @@
1
- # StripeStripePriceTaxBehavior
2
-
3
-
4
- ## Enum
5
-
6
- * `Exclusive` (value: `'exclusive'`)
7
-
8
- * `Inclusive` (value: `'inclusive'`)
9
-
10
- * `Unspecified` (value: `'unspecified'`)
11
-
12
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,28 +0,0 @@
1
- # StripeStripePriceTier
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **flat_amount** | **number** | Price for the entire tier. | [default to undefined]
9
- **flat_amount_decimal** | **string** | Same as `flat_amount`, but contains a decimal value with at most 12 decimal places. | [default to undefined]
10
- **unit_amount** | **number** | Per unit price for units relevant to the tier. | [default to undefined]
11
- **unit_amount_decimal** | **string** | Same as `unit_amount`, but contains a decimal value with at most 12 decimal places. | [default to undefined]
12
- **up_to** | **number** | Up to and including to this quantity will be contained in the tier. | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { StripeStripePriceTier } from '@tennac-booking/sdk';
18
-
19
- const instance: StripeStripePriceTier = {
20
- flat_amount,
21
- flat_amount_decimal,
22
- unit_amount,
23
- unit_amount_decimal,
24
- up_to,
25
- };
26
- ```
27
-
28
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,10 +0,0 @@
1
- # StripeStripePriceTiersMode
2
-
3
-
4
- ## Enum
5
-
6
- * `Graduated` (value: `'graduated'`)
7
-
8
- * `Volume` (value: `'volume'`)
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,22 +0,0 @@
1
- # StripeStripePriceTransformQuantity
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **divide_by** | **number** | Divide usage by this number. | [default to undefined]
9
- **round** | [**StripeStripePriceTransformQuantityRound**](StripeStripePriceTransformQuantityRound.md) | | [default to undefined]
10
-
11
- ## Example
12
-
13
- ```typescript
14
- import { StripeStripePriceTransformQuantity } from '@tennac-booking/sdk';
15
-
16
- const instance: StripeStripePriceTransformQuantity = {
17
- divide_by,
18
- round,
19
- };
20
- ```
21
-
22
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,10 +0,0 @@
1
- # StripeStripePriceTransformQuantityRound
2
-
3
-
4
- ## Enum
5
-
6
- * `Down` (value: `'down'`)
7
-
8
- * `Up` (value: `'up'`)
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,10 +0,0 @@
1
- # StripeStripePriceType
2
-
3
-
4
- ## Enum
5
-
6
- * `OneTime` (value: `'one_time'`)
7
-
8
- * `Recurring` (value: `'recurring'`)
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,59 +0,0 @@
1
- # StripeStripeProduct
2
-
3
- Products describe the specific goods or services you offer to your customers. For example, you might offer a Standard and Premium version of your goods or service; each version would be a separate Product. They can be used in conjunction with [Prices](https://stripe.com/docs/api#prices) to configure pricing in Payment Links, Checkout, and Subscriptions. Related guides: [Set up a subscription](https://stripe.com/docs/billing/subscriptions/set-up-subscription), [share a Payment Link](https://stripe.com/docs/payment-links), [accept payments with Checkout](https://stripe.com/docs/payments/accept-a-payment#create-product-prices-upfront), and more about [Products and Prices](https://stripe.com/docs/products-prices/overview)
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **active** | **boolean** | Whether the product is currently available for purchase. | [default to undefined]
12
- **created** | **number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [default to undefined]
13
- **default_price** | [**StripeStripeProductDefaultPrice**](StripeStripeProductDefaultPrice.md) | | [optional] [default to undefined]
14
- **deleted** | **any** | Always true for a deleted object | [optional] [default to undefined]
15
- **description** | **string** | The product\'s description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the product being sold for your own rendering purposes. | [default to undefined]
16
- **images** | **Array<string>** | A list of up to 8 URLs of images for this product, meant to be displayable to the customer. | [default to undefined]
17
- **livemode** | **boolean** | Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. | [default to undefined]
18
- **marketing_features** | [**Array<StripeStripeProductMarketingFeature>**](StripeStripeProductMarketingFeature.md) | A list of up to 15 marketing features for this product. These are displayed in [pricing tables](https://stripe.com/docs/payments/checkout/pricing-table). | [default to undefined]
19
- **metadata** | **{ [key: string]: string; }** | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. | [default to undefined]
20
- **name** | **string** | The product\'s name, meant to be displayable to the customer. | [default to undefined]
21
- **package_dimensions** | [**StripeStripeProductPackageDimensions**](StripeStripeProductPackageDimensions.md) | The dimensions of this product for shipping purposes. | [default to undefined]
22
- **shippable** | **boolean** | Whether this product is shipped (i.e., physical goods). | [default to undefined]
23
- **statement_descriptor** | **string** | Extra information about a product which will appear on your customer\'s credit card statement. In the case that multiple products are billed at once, the first statement descriptor will be used. Only used for subscription payments. | [optional] [default to undefined]
24
- **tax_code** | [**StripeStripeProductTaxCode**](StripeStripeProductTaxCode.md) | | [default to undefined]
25
- **type** | [**StripeStripeProductType**](StripeStripeProductType.md) | | [default to undefined]
26
- **unit_label** | **string** | A label that represents units of this product. When set, this will be included in customers\' receipts, invoices, Checkout, and the customer portal. | [optional] [default to undefined]
27
- **updated** | **number** | Time at which the object was last updated. Measured in seconds since the Unix epoch. | [default to undefined]
28
- **url** | **string** | A URL of a publicly-accessible webpage for this product. | [default to undefined]
29
-
30
- ## Example
31
-
32
- ```typescript
33
- import { StripeStripeProduct } from '@tennac-booking/sdk';
34
-
35
- const instance: StripeStripeProduct = {
36
- id,
37
- object,
38
- active,
39
- created,
40
- default_price,
41
- deleted,
42
- description,
43
- images,
44
- livemode,
45
- marketing_features,
46
- metadata,
47
- name,
48
- package_dimensions,
49
- shippable,
50
- statement_descriptor,
51
- tax_code,
52
- type,
53
- unit_label,
54
- updated,
55
- url,
56
- };
57
- ```
58
-
59
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,63 +0,0 @@
1
- # StripeStripeProductDefaultPrice
2
-
3
- The ID of the [Price](https://stripe.com/docs/api/prices) object that is the default price for this product.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **active** | **boolean** | Whether the price can be used for new purchases. | [default to undefined]
12
- **billing_scheme** | [**StripeStripePriceBillingScheme**](StripeStripePriceBillingScheme.md) | | [default to undefined]
13
- **created** | **number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [default to undefined]
14
- **currency** | **string** | Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). | [default to undefined]
15
- **currency_options** | [**{ [key: string]: StripeStripePriceCurrencyOptions; }**](StripeStripePriceCurrencyOptions.md) | Prices defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies). | [optional] [default to undefined]
16
- **custom_unit_amount** | [**StripeStripePriceCustomUnitAmount**](StripeStripePriceCustomUnitAmount.md) | When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links. | [default to undefined]
17
- **deleted** | **any** | Always true for a deleted object | [optional] [default to undefined]
18
- **livemode** | **boolean** | Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. | [default to undefined]
19
- **lookup_key** | **string** | A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters. | [default to undefined]
20
- **metadata** | **{ [key: string]: string; }** | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. | [default to undefined]
21
- **nickname** | **string** | A brief description of the price, hidden from customers. | [default to undefined]
22
- **product** | [**StripeStripePriceProduct**](StripeStripePriceProduct.md) | | [default to undefined]
23
- **recurring** | [**StripeStripePriceRecurring**](StripeStripePriceRecurring.md) | The recurring components of a price such as `interval` and `usage_type`. | [default to undefined]
24
- **tax_behavior** | [**StripeStripePriceTaxBehavior**](StripeStripePriceTaxBehavior.md) | Only required if a [default tax behavior](https://stripe.com/docs/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed. | [default to undefined]
25
- **tiers** | [**Array<StripeStripePriceTier>**](StripeStripePriceTier.md) | Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`. | [optional] [default to undefined]
26
- **tiers_mode** | [**StripeStripePriceTiersMode**](StripeStripePriceTiersMode.md) | Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price. In `graduated` tiering, pricing can change as the quantity grows. | [default to undefined]
27
- **transform_quantity** | [**StripeStripePriceTransformQuantity**](StripeStripePriceTransformQuantity.md) | Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`. | [default to undefined]
28
- **type** | [**StripeStripePriceType**](StripeStripePriceType.md) | | [default to undefined]
29
- **unit_amount** | **number** | The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`. | [default to undefined]
30
- **unit_amount_decimal** | **string** | The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`. | [default to undefined]
31
-
32
- ## Example
33
-
34
- ```typescript
35
- import { StripeStripeProductDefaultPrice } from '@tennac-booking/sdk';
36
-
37
- const instance: StripeStripeProductDefaultPrice = {
38
- id,
39
- object,
40
- active,
41
- billing_scheme,
42
- created,
43
- currency,
44
- currency_options,
45
- custom_unit_amount,
46
- deleted,
47
- livemode,
48
- lookup_key,
49
- metadata,
50
- nickname,
51
- product,
52
- recurring,
53
- tax_behavior,
54
- tiers,
55
- tiers_mode,
56
- transform_quantity,
57
- type,
58
- unit_amount,
59
- unit_amount_decimal,
60
- };
61
- ```
62
-
63
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,20 +0,0 @@
1
- # StripeStripeProductMarketingFeature
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **name** | **string** | The marketing feature name. Up to 80 characters long. | [optional] [default to undefined]
9
-
10
- ## Example
11
-
12
- ```typescript
13
- import { StripeStripeProductMarketingFeature } from '@tennac-booking/sdk';
14
-
15
- const instance: StripeStripeProductMarketingFeature = {
16
- name,
17
- };
18
- ```
19
-
20
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,26 +0,0 @@
1
- # StripeStripeProductPackageDimensions
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **height** | **number** | Height, in inches. | [default to undefined]
9
- **length** | **number** | Length, in inches. | [default to undefined]
10
- **weight** | **number** | Weight, in ounces. | [default to undefined]
11
- **width** | **number** | Width, in inches. | [default to undefined]
12
-
13
- ## Example
14
-
15
- ```typescript
16
- import { StripeStripeProductPackageDimensions } from '@tennac-booking/sdk';
17
-
18
- const instance: StripeStripeProductPackageDimensions = {
19
- height,
20
- length,
21
- weight,
22
- width,
23
- };
24
- ```
25
-
26
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,27 +0,0 @@
1
- # StripeStripeProductTaxCode
2
-
3
- A [tax code](https://stripe.com/docs/tax/tax-categories) ID.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **description** | **string** | A detailed description of which types of products the tax code represents. | [default to undefined]
12
- **name** | **string** | A short name for the tax code. | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { StripeStripeProductTaxCode } from '@tennac-booking/sdk';
18
-
19
- const instance: StripeStripeProductTaxCode = {
20
- id,
21
- object,
22
- description,
23
- name,
24
- };
25
- ```
26
-
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,10 +0,0 @@
1
- # StripeStripeProductType
2
-
3
-
4
- ## Enum
5
-
6
- * `Good` (value: `'good'`)
7
-
8
- * `Service` (value: `'service'`)
9
-
10
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,64 +0,0 @@
1
- # StripeStripeResponseStripeStripePrice
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **id** | **string** | Unique identifier for the object. | [default to undefined]
9
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
10
- **active** | **boolean** | Whether the price can be used for new purchases. | [default to undefined]
11
- **billing_scheme** | [**StripeStripePriceBillingScheme**](StripeStripePriceBillingScheme.md) | | [default to undefined]
12
- **created** | **number** | Time at which the object was created. Measured in seconds since the Unix epoch. | [default to undefined]
13
- **currency** | **string** | Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies). | [default to undefined]
14
- **currency_options** | [**{ [key: string]: StripeStripePriceCurrencyOptions; }**](StripeStripePriceCurrencyOptions.md) | Prices defined in each available currency option. Each key must be a three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html) and a [supported currency](https://stripe.com/docs/currencies). | [optional] [default to undefined]
15
- **custom_unit_amount** | [**StripeStripePriceCustomUnitAmount**](StripeStripePriceCustomUnitAmount.md) | When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links. | [default to undefined]
16
- **deleted** | **any** | Always true for a deleted object | [optional] [default to undefined]
17
- **livemode** | **boolean** | Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode. | [default to undefined]
18
- **lookup_key** | **string** | A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters. | [default to undefined]
19
- **metadata** | **{ [key: string]: string; }** | Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format. | [default to undefined]
20
- **nickname** | **string** | A brief description of the price, hidden from customers. | [default to undefined]
21
- **product** | [**StripeStripePriceProduct**](StripeStripePriceProduct.md) | | [default to undefined]
22
- **recurring** | [**StripeStripePriceRecurring**](StripeStripePriceRecurring.md) | The recurring components of a price such as `interval` and `usage_type`. | [default to undefined]
23
- **tax_behavior** | [**StripeStripePriceTaxBehavior**](StripeStripePriceTaxBehavior.md) | Only required if a [default tax behavior](https://stripe.com/docs/tax/products-prices-tax-categories-tax-behavior#setting-a-default-tax-behavior-(recommended)) was not provided in the Stripe Tax settings. Specifies whether the price is considered inclusive of taxes or exclusive of taxes. One of `inclusive`, `exclusive`, or `unspecified`. Once specified as either `inclusive` or `exclusive`, it cannot be changed. | [default to undefined]
24
- **tiers** | [**Array<StripeStripePriceTier>**](StripeStripePriceTier.md) | Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`. | [optional] [default to undefined]
25
- **tiers_mode** | [**StripeStripePriceTiersMode**](StripeStripePriceTiersMode.md) | Defines if the tiering price should be `graduated` or `volume` based. In `volume`-based tiering, the maximum quantity within a period determines the per unit price. In `graduated` tiering, pricing can change as the quantity grows. | [default to undefined]
26
- **transform_quantity** | [**StripeStripePriceTransformQuantity**](StripeStripePriceTransformQuantity.md) | Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`. | [default to undefined]
27
- **type** | [**StripeStripePriceType**](StripeStripePriceType.md) | | [default to undefined]
28
- **unit_amount** | **number** | The unit amount in cents (or local equivalent) to be charged, represented as a whole integer if possible. Only set if `billing_scheme=per_unit`. | [default to undefined]
29
- **unit_amount_decimal** | **string** | The unit amount in cents (or local equivalent) to be charged, represented as a decimal string with at most 12 decimal places. Only set if `billing_scheme=per_unit`. | [default to undefined]
30
- **lastResponse** | [**StripeStripeResponseStripeStripePriceAllOfLastResponse**](StripeStripeResponseStripeStripePriceAllOfLastResponse.md) | | [default to undefined]
31
-
32
- ## Example
33
-
34
- ```typescript
35
- import { StripeStripeResponseStripeStripePrice } from '@tennac-booking/sdk';
36
-
37
- const instance: StripeStripeResponseStripeStripePrice = {
38
- id,
39
- object,
40
- active,
41
- billing_scheme,
42
- created,
43
- currency,
44
- currency_options,
45
- custom_unit_amount,
46
- deleted,
47
- livemode,
48
- lookup_key,
49
- metadata,
50
- nickname,
51
- product,
52
- recurring,
53
- tax_behavior,
54
- tiers,
55
- tiers_mode,
56
- transform_quantity,
57
- type,
58
- unit_amount,
59
- unit_amount_decimal,
60
- lastResponse,
61
- };
62
- ```
63
-
64
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,30 +0,0 @@
1
- # StripeStripeResponseStripeStripePriceAllOfLastResponse
2
-
3
-
4
- ## Properties
5
-
6
- Name | Type | Description | Notes
7
- ------------ | ------------- | ------------- | -------------
8
- **stripeAccount** | **string** | | [optional] [default to undefined]
9
- **idempotencyKey** | **string** | | [optional] [default to undefined]
10
- **apiVersion** | **string** | | [optional] [default to undefined]
11
- **statusCode** | **number** | | [default to undefined]
12
- **requestId** | **string** | | [default to undefined]
13
- **headers** | **{ [key: string]: string; }** | | [default to undefined]
14
-
15
- ## Example
16
-
17
- ```typescript
18
- import { StripeStripeResponseStripeStripePriceAllOfLastResponse } from '@tennac-booking/sdk';
19
-
20
- const instance: StripeStripeResponseStripeStripePriceAllOfLastResponse = {
21
- stripeAccount,
22
- idempotencyKey,
23
- apiVersion,
24
- statusCode,
25
- requestId,
26
- headers,
27
- };
28
- ```
29
-
30
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
@@ -1,27 +0,0 @@
1
- # StripeStripeTaxCode
2
-
3
- [Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.
4
-
5
- ## Properties
6
-
7
- Name | Type | Description | Notes
8
- ------------ | ------------- | ------------- | -------------
9
- **id** | **string** | Unique identifier for the object. | [default to undefined]
10
- **object** | **string** | String representing the object\'s type. Objects of the same type share the same value. | [default to undefined]
11
- **description** | **string** | A detailed description of which types of products the tax code represents. | [default to undefined]
12
- **name** | **string** | A short name for the tax code. | [default to undefined]
13
-
14
- ## Example
15
-
16
- ```typescript
17
- import { StripeStripeTaxCode } from '@tennac-booking/sdk';
18
-
19
- const instance: StripeStripeTaxCode = {
20
- id,
21
- object,
22
- description,
23
- name,
24
- };
25
- ```
26
-
27
- [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)