@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.
- package/.openapi-generator/FILES +337 -362
- package/README.md +3 -28
- package/api.ts +302 -1442
- package/dist/api.d.ts +304 -1400
- package/dist/api.js +18 -127
- package/dist/esm/api.d.ts +304 -1400
- package/dist/esm/api.js +14 -123
- package/docs/CreateEventRequest.md +1 -1
- package/docs/SportResponse.md +2 -0
- package/docs/SubscriptionPlanDiscountUpdateRequest.md +36 -0
- package/docs/{UpdatePlanRequest.md → SubscriptionPlanDiscountUpdateRequestValidFrom.md} +3 -7
- package/docs/SubscriptionPlanResponse.md +2 -0
- package/docs/SubscriptionsManagerApi.md +7 -7
- package/docs/UpdateSubscriptionPlanRequest.md +34 -0
- package/package.json +1 -1
- package/docs/StripeStripeDeletedProduct.md +0 -25
- package/docs/StripeStripePrice.md +0 -63
- package/docs/StripeStripePriceBillingScheme.md +0 -10
- package/docs/StripeStripePriceCurrencyOptions.md +0 -28
- package/docs/StripeStripePriceCurrencyOptionsCustomUnitAmount.md +0 -24
- package/docs/StripeStripePriceCurrencyOptionsTaxBehavior.md +0 -12
- package/docs/StripeStripePriceCurrencyOptionsTier.md +0 -28
- package/docs/StripeStripePriceCustomUnitAmount.md +0 -24
- package/docs/StripeStripePriceProduct.md +0 -59
- package/docs/StripeStripePriceRecurring.md +0 -28
- package/docs/StripeStripePriceRecurringInterval.md +0 -14
- package/docs/StripeStripePriceRecurringUsageType.md +0 -10
- package/docs/StripeStripePriceTaxBehavior.md +0 -12
- package/docs/StripeStripePriceTier.md +0 -28
- package/docs/StripeStripePriceTiersMode.md +0 -10
- package/docs/StripeStripePriceTransformQuantity.md +0 -22
- package/docs/StripeStripePriceTransformQuantityRound.md +0 -10
- package/docs/StripeStripePriceType.md +0 -10
- package/docs/StripeStripeProduct.md +0 -59
- package/docs/StripeStripeProductDefaultPrice.md +0 -63
- package/docs/StripeStripeProductMarketingFeature.md +0 -20
- package/docs/StripeStripeProductPackageDimensions.md +0 -26
- package/docs/StripeStripeProductTaxCode.md +0 -27
- package/docs/StripeStripeProductType.md +0 -10
- package/docs/StripeStripeResponseStripeStripePrice.md +0 -64
- package/docs/StripeStripeResponseStripeStripePriceAllOfLastResponse.md +0 -30
- package/docs/StripeStripeTaxCode.md +0 -27
package/dist/api.d.ts
CHANGED
|
@@ -3803,10 +3803,10 @@ export interface CreateEventRequest {
|
|
|
3803
3803
|
'subscriberPrices'?: Array<SubscriberPrice>;
|
|
3804
3804
|
/**
|
|
3805
3805
|
*
|
|
3806
|
-
* @type {Array<
|
|
3806
|
+
* @type {Array<number | null>}
|
|
3807
3807
|
* @memberof CreateEventRequest
|
|
3808
3808
|
*/
|
|
3809
|
-
'levels'?: Array<
|
|
3809
|
+
'levels'?: Array<number | null>;
|
|
3810
3810
|
/**
|
|
3811
3811
|
*
|
|
3812
3812
|
* @type {Array<EventSponsor>}
|
|
@@ -8349,6 +8349,12 @@ export interface SportResponse {
|
|
|
8349
8349
|
* @memberof SportResponse
|
|
8350
8350
|
*/
|
|
8351
8351
|
'logos'?: Array<string>;
|
|
8352
|
+
/**
|
|
8353
|
+
* Types de surface pour le sport
|
|
8354
|
+
* @type {Array<string>}
|
|
8355
|
+
* @memberof SportResponse
|
|
8356
|
+
*/
|
|
8357
|
+
'surface'?: Array<string>;
|
|
8352
8358
|
/**
|
|
8353
8359
|
* ID du club créateur
|
|
8354
8360
|
* @type {string}
|
|
@@ -8989,1497 +8995,359 @@ export interface StaffUserProfileResponse {
|
|
|
8989
8995
|
'creditOnMyClub'?: number;
|
|
8990
8996
|
}
|
|
8991
8997
|
/**
|
|
8992
|
-
*
|
|
8998
|
+
*
|
|
8993
8999
|
* @export
|
|
8994
|
-
* @interface
|
|
9000
|
+
* @interface SubscribeRequestBody
|
|
8995
9001
|
*/
|
|
8996
|
-
export interface
|
|
9002
|
+
export interface SubscribeRequestBody {
|
|
8997
9003
|
/**
|
|
8998
|
-
*
|
|
9004
|
+
*
|
|
8999
9005
|
* @type {string}
|
|
9000
|
-
* @memberof
|
|
9006
|
+
* @memberof SubscribeRequestBody
|
|
9001
9007
|
*/
|
|
9002
|
-
'
|
|
9008
|
+
'clubId': string;
|
|
9003
9009
|
/**
|
|
9004
|
-
*
|
|
9010
|
+
*
|
|
9005
9011
|
* @type {string}
|
|
9006
|
-
* @memberof
|
|
9012
|
+
* @memberof SubscribeRequestBody
|
|
9007
9013
|
*/
|
|
9008
|
-
'
|
|
9014
|
+
'priceId': string;
|
|
9009
9015
|
/**
|
|
9010
|
-
*
|
|
9016
|
+
*
|
|
9011
9017
|
* @type {boolean}
|
|
9012
|
-
* @memberof
|
|
9018
|
+
* @memberof SubscribeRequestBody
|
|
9013
9019
|
*/
|
|
9014
|
-
'
|
|
9020
|
+
'useDefaultPaymentMethod'?: boolean;
|
|
9015
9021
|
}
|
|
9016
|
-
export declare const StripeStripeDeletedProductObjectEnum: {
|
|
9017
|
-
readonly Product: "product";
|
|
9018
|
-
};
|
|
9019
|
-
export type StripeStripeDeletedProductObjectEnum = typeof StripeStripeDeletedProductObjectEnum[keyof typeof StripeStripeDeletedProductObjectEnum];
|
|
9020
9022
|
/**
|
|
9021
|
-
*
|
|
9023
|
+
*
|
|
9022
9024
|
* @export
|
|
9023
|
-
* @interface
|
|
9025
|
+
* @interface SubscriberPrice
|
|
9024
9026
|
*/
|
|
9025
|
-
export interface
|
|
9027
|
+
export interface SubscriberPrice {
|
|
9026
9028
|
/**
|
|
9027
|
-
*
|
|
9029
|
+
*
|
|
9028
9030
|
* @type {string}
|
|
9029
|
-
* @memberof
|
|
9031
|
+
* @memberof SubscriberPrice
|
|
9030
9032
|
*/
|
|
9031
|
-
'
|
|
9033
|
+
'subscriptionPlanId': string;
|
|
9032
9034
|
/**
|
|
9033
|
-
*
|
|
9034
|
-
* @type {
|
|
9035
|
-
* @memberof
|
|
9035
|
+
*
|
|
9036
|
+
* @type {number}
|
|
9037
|
+
* @memberof SubscriberPrice
|
|
9036
9038
|
*/
|
|
9037
|
-
'
|
|
9039
|
+
'amount': number;
|
|
9040
|
+
}
|
|
9041
|
+
/**
|
|
9042
|
+
*
|
|
9043
|
+
* @export
|
|
9044
|
+
* @interface SubscriptionInfo
|
|
9045
|
+
*/
|
|
9046
|
+
export interface SubscriptionInfo {
|
|
9038
9047
|
/**
|
|
9039
|
-
*
|
|
9040
|
-
* @type {
|
|
9041
|
-
* @memberof
|
|
9048
|
+
*
|
|
9049
|
+
* @type {string}
|
|
9050
|
+
* @memberof SubscriptionInfo
|
|
9042
9051
|
*/
|
|
9043
|
-
'
|
|
9052
|
+
'subscriptionPlanName'?: string;
|
|
9044
9053
|
/**
|
|
9045
9054
|
*
|
|
9046
|
-
* @type {
|
|
9047
|
-
* @memberof
|
|
9055
|
+
* @type {string}
|
|
9056
|
+
* @memberof SubscriptionInfo
|
|
9048
9057
|
*/
|
|
9049
|
-
'
|
|
9058
|
+
'subscriptionDescription'?: string;
|
|
9050
9059
|
/**
|
|
9051
|
-
*
|
|
9060
|
+
*
|
|
9052
9061
|
* @type {number}
|
|
9053
|
-
* @memberof
|
|
9062
|
+
* @memberof SubscriptionInfo
|
|
9054
9063
|
*/
|
|
9055
|
-
'
|
|
9064
|
+
'reducedAmountInCents'?: number;
|
|
9065
|
+
}
|
|
9066
|
+
/**
|
|
9067
|
+
*
|
|
9068
|
+
* @export
|
|
9069
|
+
* @interface SubscriptionMutationResponse
|
|
9070
|
+
*/
|
|
9071
|
+
export interface SubscriptionMutationResponse {
|
|
9056
9072
|
/**
|
|
9057
|
-
*
|
|
9058
|
-
* @type {string}
|
|
9059
|
-
* @memberof
|
|
9073
|
+
* Construct a type with a set of properties K of type T
|
|
9074
|
+
* @type {{ [key: string]: any; }}
|
|
9075
|
+
* @memberof SubscriptionMutationResponse
|
|
9060
9076
|
*/
|
|
9061
|
-
'
|
|
9077
|
+
'subscription': {
|
|
9078
|
+
[key: string]: any;
|
|
9079
|
+
};
|
|
9080
|
+
}
|
|
9081
|
+
/**
|
|
9082
|
+
*
|
|
9083
|
+
* @export
|
|
9084
|
+
* @interface SubscriptionPlanDiscountResponse
|
|
9085
|
+
*/
|
|
9086
|
+
export interface SubscriptionPlanDiscountResponse {
|
|
9062
9087
|
/**
|
|
9063
|
-
*
|
|
9064
|
-
* @type {
|
|
9065
|
-
* @memberof
|
|
9088
|
+
*
|
|
9089
|
+
* @type {DiscountType}
|
|
9090
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9066
9091
|
*/
|
|
9067
|
-
'
|
|
9068
|
-
[key: string]: StripeStripePriceCurrencyOptions;
|
|
9069
|
-
};
|
|
9092
|
+
'type': DiscountType;
|
|
9070
9093
|
/**
|
|
9071
|
-
*
|
|
9072
|
-
* @type {
|
|
9073
|
-
* @memberof
|
|
9094
|
+
*
|
|
9095
|
+
* @type {number}
|
|
9096
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9074
9097
|
*/
|
|
9075
|
-
'
|
|
9098
|
+
'percentage'?: number;
|
|
9076
9099
|
/**
|
|
9077
|
-
*
|
|
9078
|
-
* @type {
|
|
9079
|
-
* @memberof
|
|
9100
|
+
*
|
|
9101
|
+
* @type {number}
|
|
9102
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9080
9103
|
*/
|
|
9081
|
-
'
|
|
9104
|
+
'maxDiscountAmountInCents'?: number;
|
|
9082
9105
|
/**
|
|
9083
|
-
*
|
|
9084
|
-
* @type {
|
|
9085
|
-
* @memberof
|
|
9106
|
+
*
|
|
9107
|
+
* @type {string}
|
|
9108
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9086
9109
|
*/
|
|
9087
|
-
'
|
|
9110
|
+
'validFrom'?: string;
|
|
9088
9111
|
/**
|
|
9089
|
-
*
|
|
9112
|
+
*
|
|
9090
9113
|
* @type {string}
|
|
9091
|
-
* @memberof
|
|
9114
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9092
9115
|
*/
|
|
9093
|
-
'
|
|
9116
|
+
'validTo'?: string;
|
|
9094
9117
|
/**
|
|
9095
|
-
*
|
|
9096
|
-
* @type {
|
|
9097
|
-
* @memberof
|
|
9118
|
+
*
|
|
9119
|
+
* @type {Array<string>}
|
|
9120
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9098
9121
|
*/
|
|
9099
|
-
'
|
|
9100
|
-
[key: string]: string;
|
|
9101
|
-
};
|
|
9122
|
+
'offPeakRuleNames'?: Array<string>;
|
|
9102
9123
|
/**
|
|
9103
|
-
*
|
|
9104
|
-
* @type {
|
|
9105
|
-
* @memberof
|
|
9124
|
+
*
|
|
9125
|
+
* @type {Array<OffPeakRule>}
|
|
9126
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9106
9127
|
*/
|
|
9107
|
-
'
|
|
9128
|
+
'offPeakRules'?: Array<OffPeakRule>;
|
|
9108
9129
|
/**
|
|
9109
9130
|
*
|
|
9110
|
-
* @type {
|
|
9111
|
-
* @memberof
|
|
9131
|
+
* @type {boolean}
|
|
9132
|
+
* @memberof SubscriptionPlanDiscountResponse
|
|
9112
9133
|
*/
|
|
9113
|
-
'
|
|
9134
|
+
'bookingFree'?: boolean;
|
|
9135
|
+
}
|
|
9136
|
+
/**
|
|
9137
|
+
*
|
|
9138
|
+
* @export
|
|
9139
|
+
* @interface SubscriptionPlanDiscountUpdateRequest
|
|
9140
|
+
*/
|
|
9141
|
+
export interface SubscriptionPlanDiscountUpdateRequest {
|
|
9114
9142
|
/**
|
|
9115
|
-
*
|
|
9116
|
-
* @type {
|
|
9117
|
-
* @memberof
|
|
9143
|
+
*
|
|
9144
|
+
* @type {DiscountType}
|
|
9145
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9118
9146
|
*/
|
|
9119
|
-
'
|
|
9147
|
+
'type': DiscountType;
|
|
9120
9148
|
/**
|
|
9121
|
-
*
|
|
9122
|
-
* @type {
|
|
9123
|
-
* @memberof
|
|
9149
|
+
*
|
|
9150
|
+
* @type {number}
|
|
9151
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9124
9152
|
*/
|
|
9125
|
-
'
|
|
9153
|
+
'percentage'?: number;
|
|
9126
9154
|
/**
|
|
9127
|
-
*
|
|
9128
|
-
* @type {
|
|
9129
|
-
* @memberof
|
|
9155
|
+
*
|
|
9156
|
+
* @type {number}
|
|
9157
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9130
9158
|
*/
|
|
9131
|
-
'
|
|
9159
|
+
'maxDiscountAmountInCents'?: number;
|
|
9132
9160
|
/**
|
|
9133
|
-
*
|
|
9134
|
-
* @type {
|
|
9135
|
-
* @memberof
|
|
9161
|
+
*
|
|
9162
|
+
* @type {SubscriptionPlanDiscountUpdateRequestValidFrom}
|
|
9163
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9136
9164
|
*/
|
|
9137
|
-
'
|
|
9165
|
+
'validFrom'?: SubscriptionPlanDiscountUpdateRequestValidFrom;
|
|
9138
9166
|
/**
|
|
9139
|
-
*
|
|
9140
|
-
* @type {
|
|
9141
|
-
* @memberof
|
|
9167
|
+
*
|
|
9168
|
+
* @type {SubscriptionPlanDiscountUpdateRequestValidFrom}
|
|
9169
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9142
9170
|
*/
|
|
9143
|
-
'
|
|
9171
|
+
'validTo'?: SubscriptionPlanDiscountUpdateRequestValidFrom;
|
|
9144
9172
|
/**
|
|
9145
9173
|
*
|
|
9146
|
-
* @type {
|
|
9147
|
-
* @memberof
|
|
9174
|
+
* @type {Array<string>}
|
|
9175
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9148
9176
|
*/
|
|
9149
|
-
'
|
|
9177
|
+
'offPeakRuleNames'?: Array<string>;
|
|
9150
9178
|
/**
|
|
9151
|
-
*
|
|
9152
|
-
* @type {
|
|
9153
|
-
* @memberof
|
|
9179
|
+
*
|
|
9180
|
+
* @type {Array<OffPeakRule>}
|
|
9181
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9154
9182
|
*/
|
|
9155
|
-
'
|
|
9183
|
+
'offPeakRules'?: Array<OffPeakRule>;
|
|
9156
9184
|
/**
|
|
9157
|
-
*
|
|
9158
|
-
* @type {string}
|
|
9159
|
-
* @memberof
|
|
9185
|
+
*
|
|
9186
|
+
* @type {Array<string>}
|
|
9187
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9188
|
+
*/
|
|
9189
|
+
'pricingPeriodIds'?: Array<string>;
|
|
9190
|
+
/**
|
|
9191
|
+
*
|
|
9192
|
+
* @type {boolean}
|
|
9193
|
+
* @memberof SubscriptionPlanDiscountUpdateRequest
|
|
9160
9194
|
*/
|
|
9161
|
-
'
|
|
9195
|
+
'bookingFree'?: boolean;
|
|
9162
9196
|
}
|
|
9163
|
-
export declare const StripeStripePriceObjectEnum: {
|
|
9164
|
-
readonly Price: "price";
|
|
9165
|
-
};
|
|
9166
|
-
export type StripeStripePriceObjectEnum = typeof StripeStripePriceObjectEnum[keyof typeof StripeStripePriceObjectEnum];
|
|
9167
9197
|
/**
|
|
9168
9198
|
*
|
|
9169
9199
|
* @export
|
|
9170
|
-
* @
|
|
9200
|
+
* @interface SubscriptionPlanDiscountUpdateRequestValidFrom
|
|
9171
9201
|
*/
|
|
9172
|
-
export
|
|
9173
|
-
|
|
9174
|
-
readonly Tiered: "tiered";
|
|
9175
|
-
};
|
|
9176
|
-
export type StripeStripePriceBillingScheme = typeof StripeStripePriceBillingScheme[keyof typeof StripeStripePriceBillingScheme];
|
|
9202
|
+
export interface SubscriptionPlanDiscountUpdateRequestValidFrom {
|
|
9203
|
+
}
|
|
9177
9204
|
/**
|
|
9178
9205
|
*
|
|
9179
9206
|
* @export
|
|
9180
|
-
* @interface
|
|
9207
|
+
* @interface SubscriptionPlanResponse
|
|
9181
9208
|
*/
|
|
9182
|
-
export interface
|
|
9209
|
+
export interface SubscriptionPlanResponse {
|
|
9183
9210
|
/**
|
|
9184
|
-
*
|
|
9185
|
-
* @type {
|
|
9186
|
-
* @memberof
|
|
9211
|
+
*
|
|
9212
|
+
* @type {string}
|
|
9213
|
+
* @memberof SubscriptionPlanResponse
|
|
9187
9214
|
*/
|
|
9188
|
-
'
|
|
9215
|
+
'planId': string;
|
|
9189
9216
|
/**
|
|
9190
|
-
*
|
|
9191
|
-
* @type {
|
|
9192
|
-
* @memberof
|
|
9217
|
+
*
|
|
9218
|
+
* @type {string}
|
|
9219
|
+
* @memberof SubscriptionPlanResponse
|
|
9193
9220
|
*/
|
|
9194
|
-
'
|
|
9221
|
+
'productId': string;
|
|
9195
9222
|
/**
|
|
9196
|
-
*
|
|
9197
|
-
* @type {
|
|
9198
|
-
* @memberof
|
|
9223
|
+
*
|
|
9224
|
+
* @type {string}
|
|
9225
|
+
* @memberof SubscriptionPlanResponse
|
|
9199
9226
|
*/
|
|
9200
|
-
'
|
|
9227
|
+
'productName': string;
|
|
9201
9228
|
/**
|
|
9202
|
-
*
|
|
9203
|
-
* @type {
|
|
9204
|
-
* @memberof
|
|
9229
|
+
*
|
|
9230
|
+
* @type {boolean}
|
|
9231
|
+
* @memberof SubscriptionPlanResponse
|
|
9205
9232
|
*/
|
|
9206
|
-
'
|
|
9233
|
+
'productActive': boolean;
|
|
9207
9234
|
/**
|
|
9208
|
-
*
|
|
9235
|
+
*
|
|
9209
9236
|
* @type {string}
|
|
9210
|
-
* @memberof
|
|
9237
|
+
* @memberof SubscriptionPlanResponse
|
|
9211
9238
|
*/
|
|
9212
|
-
'
|
|
9213
|
-
}
|
|
9214
|
-
/**
|
|
9215
|
-
*
|
|
9216
|
-
* @export
|
|
9217
|
-
* @interface StripeStripePriceCurrencyOptionsCustomUnitAmount
|
|
9218
|
-
*/
|
|
9219
|
-
export interface StripeStripePriceCurrencyOptionsCustomUnitAmount {
|
|
9239
|
+
'priceId': string;
|
|
9220
9240
|
/**
|
|
9221
|
-
*
|
|
9241
|
+
*
|
|
9222
9242
|
* @type {number}
|
|
9223
|
-
* @memberof
|
|
9243
|
+
* @memberof SubscriptionPlanResponse
|
|
9224
9244
|
*/
|
|
9225
|
-
'
|
|
9245
|
+
'amountInCents'?: number;
|
|
9226
9246
|
/**
|
|
9227
|
-
*
|
|
9228
|
-
* @type {
|
|
9229
|
-
* @memberof
|
|
9247
|
+
*
|
|
9248
|
+
* @type {string}
|
|
9249
|
+
* @memberof SubscriptionPlanResponse
|
|
9230
9250
|
*/
|
|
9231
|
-
'
|
|
9251
|
+
'currency': string;
|
|
9232
9252
|
/**
|
|
9233
|
-
*
|
|
9234
|
-
* @type {
|
|
9235
|
-
* @memberof
|
|
9253
|
+
*
|
|
9254
|
+
* @type {Array<PlanPrice>}
|
|
9255
|
+
* @memberof SubscriptionPlanResponse
|
|
9256
|
+
*/
|
|
9257
|
+
'prices': Array<PlanPrice>;
|
|
9258
|
+
/**
|
|
9259
|
+
*
|
|
9260
|
+
* @type {PlanInterval}
|
|
9261
|
+
* @memberof SubscriptionPlanResponse
|
|
9262
|
+
*/
|
|
9263
|
+
'interval'?: PlanInterval;
|
|
9264
|
+
/**
|
|
9265
|
+
*
|
|
9266
|
+
* @type {boolean}
|
|
9267
|
+
* @memberof SubscriptionPlanResponse
|
|
9268
|
+
*/
|
|
9269
|
+
'priceActive': boolean;
|
|
9270
|
+
/**
|
|
9271
|
+
*
|
|
9272
|
+
* @type {string}
|
|
9273
|
+
* @memberof SubscriptionPlanResponse
|
|
9274
|
+
*/
|
|
9275
|
+
'description'?: string;
|
|
9276
|
+
/**
|
|
9277
|
+
*
|
|
9278
|
+
* @type {SubscriptionPlanDiscountResponse}
|
|
9279
|
+
* @memberof SubscriptionPlanResponse
|
|
9236
9280
|
*/
|
|
9237
|
-
'
|
|
9281
|
+
'discount'?: SubscriptionPlanDiscountResponse;
|
|
9238
9282
|
}
|
|
9239
9283
|
/**
|
|
9240
9284
|
*
|
|
9241
9285
|
* @export
|
|
9242
9286
|
* @enum {string}
|
|
9243
9287
|
*/
|
|
9244
|
-
export declare const
|
|
9245
|
-
readonly
|
|
9246
|
-
readonly
|
|
9247
|
-
readonly
|
|
9288
|
+
export declare const SurfaceType: {
|
|
9289
|
+
readonly Clay: "clay";
|
|
9290
|
+
readonly Grass: "grass";
|
|
9291
|
+
readonly Hard: "hard";
|
|
9248
9292
|
};
|
|
9249
|
-
export type
|
|
9293
|
+
export type SurfaceType = typeof SurfaceType[keyof typeof SurfaceType];
|
|
9250
9294
|
/**
|
|
9251
9295
|
*
|
|
9252
9296
|
* @export
|
|
9253
|
-
* @interface
|
|
9297
|
+
* @interface Team
|
|
9254
9298
|
*/
|
|
9255
|
-
export interface
|
|
9256
|
-
/**
|
|
9257
|
-
* Price for the entire tier.
|
|
9258
|
-
* @type {number}
|
|
9259
|
-
* @memberof StripeStripePriceCurrencyOptionsTier
|
|
9260
|
-
*/
|
|
9261
|
-
'flat_amount': number | null;
|
|
9299
|
+
export interface Team {
|
|
9262
9300
|
/**
|
|
9263
|
-
*
|
|
9301
|
+
*
|
|
9264
9302
|
* @type {string}
|
|
9265
|
-
* @memberof
|
|
9303
|
+
* @memberof Team
|
|
9266
9304
|
*/
|
|
9267
|
-
'
|
|
9305
|
+
'name': string;
|
|
9268
9306
|
/**
|
|
9269
|
-
*
|
|
9270
|
-
* @type {
|
|
9271
|
-
* @memberof
|
|
9307
|
+
*
|
|
9308
|
+
* @type {Array<EventUser>}
|
|
9309
|
+
* @memberof Team
|
|
9272
9310
|
*/
|
|
9273
|
-
'
|
|
9311
|
+
'players': Array<EventUser>;
|
|
9312
|
+
}
|
|
9313
|
+
/**
|
|
9314
|
+
*
|
|
9315
|
+
* @export
|
|
9316
|
+
* @interface TimeBounds
|
|
9317
|
+
*/
|
|
9318
|
+
export interface TimeBounds {
|
|
9274
9319
|
/**
|
|
9275
|
-
*
|
|
9320
|
+
* Heure de début au format HH:mm
|
|
9276
9321
|
* @type {string}
|
|
9277
|
-
* @memberof
|
|
9322
|
+
* @memberof TimeBounds
|
|
9278
9323
|
*/
|
|
9279
|
-
'
|
|
9324
|
+
'start': string;
|
|
9280
9325
|
/**
|
|
9281
|
-
*
|
|
9282
|
-
* @type {
|
|
9283
|
-
* @memberof
|
|
9326
|
+
* Heure de fin au format HH:mm
|
|
9327
|
+
* @type {string}
|
|
9328
|
+
* @memberof TimeBounds
|
|
9284
9329
|
*/
|
|
9285
|
-
'
|
|
9330
|
+
'end': string;
|
|
9286
9331
|
}
|
|
9287
9332
|
/**
|
|
9288
9333
|
*
|
|
9289
9334
|
* @export
|
|
9290
|
-
* @interface
|
|
9335
|
+
* @interface UpdateActuality200Response
|
|
9291
9336
|
*/
|
|
9292
|
-
export interface
|
|
9293
|
-
/**
|
|
9294
|
-
* The maximum unit amount the customer can specify for this item.
|
|
9295
|
-
* @type {number}
|
|
9296
|
-
* @memberof StripeStripePriceCustomUnitAmount
|
|
9297
|
-
*/
|
|
9298
|
-
'maximum': number | null;
|
|
9299
|
-
/**
|
|
9300
|
-
* The minimum unit amount the customer can specify for this item. Must be at least the minimum charge amount.
|
|
9301
|
-
* @type {number}
|
|
9302
|
-
* @memberof StripeStripePriceCustomUnitAmount
|
|
9303
|
-
*/
|
|
9304
|
-
'minimum': number | null;
|
|
9337
|
+
export interface UpdateActuality200Response {
|
|
9305
9338
|
/**
|
|
9306
|
-
*
|
|
9307
|
-
* @type {
|
|
9308
|
-
* @memberof
|
|
9339
|
+
*
|
|
9340
|
+
* @type {any}
|
|
9341
|
+
* @memberof UpdateActuality200Response
|
|
9309
9342
|
*/
|
|
9310
|
-
'
|
|
9343
|
+
'actuality': any;
|
|
9311
9344
|
}
|
|
9312
9345
|
/**
|
|
9313
|
-
*
|
|
9346
|
+
*
|
|
9314
9347
|
* @export
|
|
9315
|
-
* @interface
|
|
9348
|
+
* @interface UpdateClubAccessSettingsRequest
|
|
9316
9349
|
*/
|
|
9317
|
-
export interface
|
|
9318
|
-
/**
|
|
9319
|
-
* Unique identifier for the object.
|
|
9320
|
-
* @type {string}
|
|
9321
|
-
* @memberof StripeStripePriceProduct
|
|
9322
|
-
*/
|
|
9323
|
-
'id': string;
|
|
9324
|
-
/**
|
|
9325
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
9326
|
-
* @type {string}
|
|
9327
|
-
* @memberof StripeStripePriceProduct
|
|
9328
|
-
*/
|
|
9329
|
-
'object': StripeStripePriceProductObjectEnum;
|
|
9330
|
-
/**
|
|
9331
|
-
* Whether the product is currently available for purchase.
|
|
9332
|
-
* @type {boolean}
|
|
9333
|
-
* @memberof StripeStripePriceProduct
|
|
9334
|
-
*/
|
|
9335
|
-
'active': boolean;
|
|
9336
|
-
/**
|
|
9337
|
-
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
9338
|
-
* @type {number}
|
|
9339
|
-
* @memberof StripeStripePriceProduct
|
|
9340
|
-
*/
|
|
9341
|
-
'created': number;
|
|
9342
|
-
/**
|
|
9343
|
-
*
|
|
9344
|
-
* @type {StripeStripeProductDefaultPrice}
|
|
9345
|
-
* @memberof StripeStripePriceProduct
|
|
9346
|
-
*/
|
|
9347
|
-
'default_price'?: StripeStripeProductDefaultPrice | null;
|
|
9348
|
-
/**
|
|
9349
|
-
* Always true for a deleted object
|
|
9350
|
-
* @type {boolean}
|
|
9351
|
-
* @memberof StripeStripePriceProduct
|
|
9352
|
-
*/
|
|
9353
|
-
'deleted': boolean;
|
|
9354
|
-
/**
|
|
9355
|
-
* 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.
|
|
9356
|
-
* @type {string}
|
|
9357
|
-
* @memberof StripeStripePriceProduct
|
|
9358
|
-
*/
|
|
9359
|
-
'description': string | null;
|
|
9360
|
-
/**
|
|
9361
|
-
* A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
9362
|
-
* @type {Array<string>}
|
|
9363
|
-
* @memberof StripeStripePriceProduct
|
|
9364
|
-
*/
|
|
9365
|
-
'images': Array<string>;
|
|
9366
|
-
/**
|
|
9367
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
9368
|
-
* @type {boolean}
|
|
9369
|
-
* @memberof StripeStripePriceProduct
|
|
9370
|
-
*/
|
|
9371
|
-
'livemode': boolean;
|
|
9372
|
-
/**
|
|
9373
|
-
* 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).
|
|
9374
|
-
* @type {Array<StripeStripeProductMarketingFeature>}
|
|
9375
|
-
* @memberof StripeStripePriceProduct
|
|
9376
|
-
*/
|
|
9377
|
-
'marketing_features': Array<StripeStripeProductMarketingFeature>;
|
|
9378
|
-
/**
|
|
9379
|
-
* 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.
|
|
9380
|
-
* @type {{ [key: string]: string; }}
|
|
9381
|
-
* @memberof StripeStripePriceProduct
|
|
9382
|
-
*/
|
|
9383
|
-
'metadata': {
|
|
9384
|
-
[key: string]: string;
|
|
9385
|
-
};
|
|
9386
|
-
/**
|
|
9387
|
-
* The product\'s name, meant to be displayable to the customer.
|
|
9388
|
-
* @type {string}
|
|
9389
|
-
* @memberof StripeStripePriceProduct
|
|
9390
|
-
*/
|
|
9391
|
-
'name': string;
|
|
9392
|
-
/**
|
|
9393
|
-
* The dimensions of this product for shipping purposes.
|
|
9394
|
-
* @type {StripeStripeProductPackageDimensions}
|
|
9395
|
-
* @memberof StripeStripePriceProduct
|
|
9396
|
-
*/
|
|
9397
|
-
'package_dimensions': StripeStripeProductPackageDimensions | null;
|
|
9398
|
-
/**
|
|
9399
|
-
* Whether this product is shipped (i.e., physical goods).
|
|
9400
|
-
* @type {boolean}
|
|
9401
|
-
* @memberof StripeStripePriceProduct
|
|
9402
|
-
*/
|
|
9403
|
-
'shippable': boolean | null;
|
|
9404
|
-
/**
|
|
9405
|
-
* 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.
|
|
9406
|
-
* @type {string}
|
|
9407
|
-
* @memberof StripeStripePriceProduct
|
|
9408
|
-
*/
|
|
9409
|
-
'statement_descriptor'?: string | null;
|
|
9410
|
-
/**
|
|
9411
|
-
*
|
|
9412
|
-
* @type {StripeStripeProductTaxCode}
|
|
9413
|
-
* @memberof StripeStripePriceProduct
|
|
9414
|
-
*/
|
|
9415
|
-
'tax_code': StripeStripeProductTaxCode | null;
|
|
9416
|
-
/**
|
|
9417
|
-
*
|
|
9418
|
-
* @type {StripeStripeProductType}
|
|
9419
|
-
* @memberof StripeStripePriceProduct
|
|
9420
|
-
*/
|
|
9421
|
-
'type': StripeStripeProductType;
|
|
9422
|
-
/**
|
|
9423
|
-
* A label that represents units of this product. When set, this will be included in customers\' receipts, invoices, Checkout, and the customer portal.
|
|
9424
|
-
* @type {string}
|
|
9425
|
-
* @memberof StripeStripePriceProduct
|
|
9426
|
-
*/
|
|
9427
|
-
'unit_label'?: string | null;
|
|
9428
|
-
/**
|
|
9429
|
-
* Time at which the object was last updated. Measured in seconds since the Unix epoch.
|
|
9430
|
-
* @type {number}
|
|
9431
|
-
* @memberof StripeStripePriceProduct
|
|
9432
|
-
*/
|
|
9433
|
-
'updated': number;
|
|
9434
|
-
/**
|
|
9435
|
-
* A URL of a publicly-accessible webpage for this product.
|
|
9436
|
-
* @type {string}
|
|
9437
|
-
* @memberof StripeStripePriceProduct
|
|
9438
|
-
*/
|
|
9439
|
-
'url': string | null;
|
|
9440
|
-
}
|
|
9441
|
-
export declare const StripeStripePriceProductObjectEnum: {
|
|
9442
|
-
readonly Product: "product";
|
|
9443
|
-
};
|
|
9444
|
-
export type StripeStripePriceProductObjectEnum = typeof StripeStripePriceProductObjectEnum[keyof typeof StripeStripePriceProductObjectEnum];
|
|
9445
|
-
/**
|
|
9446
|
-
*
|
|
9447
|
-
* @export
|
|
9448
|
-
* @interface StripeStripePriceRecurring
|
|
9449
|
-
*/
|
|
9450
|
-
export interface StripeStripePriceRecurring {
|
|
9451
|
-
/**
|
|
9452
|
-
*
|
|
9453
|
-
* @type {StripeStripePriceRecurringInterval}
|
|
9454
|
-
* @memberof StripeStripePriceRecurring
|
|
9455
|
-
*/
|
|
9456
|
-
'interval': StripeStripePriceRecurringInterval;
|
|
9457
|
-
/**
|
|
9458
|
-
* The number of intervals (specified in the `interval` attribute) between subscription billings. For example, `interval=month` and `interval_count=3` bills every 3 months.
|
|
9459
|
-
* @type {number}
|
|
9460
|
-
* @memberof StripeStripePriceRecurring
|
|
9461
|
-
*/
|
|
9462
|
-
'interval_count': number;
|
|
9463
|
-
/**
|
|
9464
|
-
* The meter tracking the usage of a metered price
|
|
9465
|
-
* @type {string}
|
|
9466
|
-
* @memberof StripeStripePriceRecurring
|
|
9467
|
-
*/
|
|
9468
|
-
'meter': string | null;
|
|
9469
|
-
/**
|
|
9470
|
-
* 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).
|
|
9471
|
-
* @type {number}
|
|
9472
|
-
* @memberof StripeStripePriceRecurring
|
|
9473
|
-
*/
|
|
9474
|
-
'trial_period_days': number | null;
|
|
9475
|
-
/**
|
|
9476
|
-
*
|
|
9477
|
-
* @type {StripeStripePriceRecurringUsageType}
|
|
9478
|
-
* @memberof StripeStripePriceRecurring
|
|
9479
|
-
*/
|
|
9480
|
-
'usage_type': StripeStripePriceRecurringUsageType;
|
|
9481
|
-
}
|
|
9482
|
-
/**
|
|
9483
|
-
*
|
|
9484
|
-
* @export
|
|
9485
|
-
* @enum {string}
|
|
9486
|
-
*/
|
|
9487
|
-
export declare const StripeStripePriceRecurringInterval: {
|
|
9488
|
-
readonly Day: "day";
|
|
9489
|
-
readonly Month: "month";
|
|
9490
|
-
readonly Week: "week";
|
|
9491
|
-
readonly Year: "year";
|
|
9492
|
-
};
|
|
9493
|
-
export type StripeStripePriceRecurringInterval = typeof StripeStripePriceRecurringInterval[keyof typeof StripeStripePriceRecurringInterval];
|
|
9494
|
-
/**
|
|
9495
|
-
*
|
|
9496
|
-
* @export
|
|
9497
|
-
* @enum {string}
|
|
9498
|
-
*/
|
|
9499
|
-
export declare const StripeStripePriceRecurringUsageType: {
|
|
9500
|
-
readonly Licensed: "licensed";
|
|
9501
|
-
readonly Metered: "metered";
|
|
9502
|
-
};
|
|
9503
|
-
export type StripeStripePriceRecurringUsageType = typeof StripeStripePriceRecurringUsageType[keyof typeof StripeStripePriceRecurringUsageType];
|
|
9504
|
-
/**
|
|
9505
|
-
*
|
|
9506
|
-
* @export
|
|
9507
|
-
* @enum {string}
|
|
9508
|
-
*/
|
|
9509
|
-
export declare const StripeStripePriceTaxBehavior: {
|
|
9510
|
-
readonly Exclusive: "exclusive";
|
|
9511
|
-
readonly Inclusive: "inclusive";
|
|
9512
|
-
readonly Unspecified: "unspecified";
|
|
9513
|
-
};
|
|
9514
|
-
export type StripeStripePriceTaxBehavior = typeof StripeStripePriceTaxBehavior[keyof typeof StripeStripePriceTaxBehavior];
|
|
9515
|
-
/**
|
|
9516
|
-
*
|
|
9517
|
-
* @export
|
|
9518
|
-
* @interface StripeStripePriceTier
|
|
9519
|
-
*/
|
|
9520
|
-
export interface StripeStripePriceTier {
|
|
9521
|
-
/**
|
|
9522
|
-
* Price for the entire tier.
|
|
9523
|
-
* @type {number}
|
|
9524
|
-
* @memberof StripeStripePriceTier
|
|
9525
|
-
*/
|
|
9526
|
-
'flat_amount': number | null;
|
|
9527
|
-
/**
|
|
9528
|
-
* Same as `flat_amount`, but contains a decimal value with at most 12 decimal places.
|
|
9529
|
-
* @type {string}
|
|
9530
|
-
* @memberof StripeStripePriceTier
|
|
9531
|
-
*/
|
|
9532
|
-
'flat_amount_decimal': string | null;
|
|
9533
|
-
/**
|
|
9534
|
-
* Per unit price for units relevant to the tier.
|
|
9535
|
-
* @type {number}
|
|
9536
|
-
* @memberof StripeStripePriceTier
|
|
9537
|
-
*/
|
|
9538
|
-
'unit_amount': number | null;
|
|
9539
|
-
/**
|
|
9540
|
-
* Same as `unit_amount`, but contains a decimal value with at most 12 decimal places.
|
|
9541
|
-
* @type {string}
|
|
9542
|
-
* @memberof StripeStripePriceTier
|
|
9543
|
-
*/
|
|
9544
|
-
'unit_amount_decimal': string | null;
|
|
9545
|
-
/**
|
|
9546
|
-
* Up to and including to this quantity will be contained in the tier.
|
|
9547
|
-
* @type {number}
|
|
9548
|
-
* @memberof StripeStripePriceTier
|
|
9549
|
-
*/
|
|
9550
|
-
'up_to': number | null;
|
|
9551
|
-
}
|
|
9552
|
-
/**
|
|
9553
|
-
*
|
|
9554
|
-
* @export
|
|
9555
|
-
* @enum {string}
|
|
9556
|
-
*/
|
|
9557
|
-
export declare const StripeStripePriceTiersMode: {
|
|
9558
|
-
readonly Graduated: "graduated";
|
|
9559
|
-
readonly Volume: "volume";
|
|
9560
|
-
};
|
|
9561
|
-
export type StripeStripePriceTiersMode = typeof StripeStripePriceTiersMode[keyof typeof StripeStripePriceTiersMode];
|
|
9562
|
-
/**
|
|
9563
|
-
*
|
|
9564
|
-
* @export
|
|
9565
|
-
* @interface StripeStripePriceTransformQuantity
|
|
9566
|
-
*/
|
|
9567
|
-
export interface StripeStripePriceTransformQuantity {
|
|
9568
|
-
/**
|
|
9569
|
-
* Divide usage by this number.
|
|
9570
|
-
* @type {number}
|
|
9571
|
-
* @memberof StripeStripePriceTransformQuantity
|
|
9572
|
-
*/
|
|
9573
|
-
'divide_by': number;
|
|
9574
|
-
/**
|
|
9575
|
-
*
|
|
9576
|
-
* @type {StripeStripePriceTransformQuantityRound}
|
|
9577
|
-
* @memberof StripeStripePriceTransformQuantity
|
|
9578
|
-
*/
|
|
9579
|
-
'round': StripeStripePriceTransformQuantityRound;
|
|
9580
|
-
}
|
|
9581
|
-
/**
|
|
9582
|
-
*
|
|
9583
|
-
* @export
|
|
9584
|
-
* @enum {string}
|
|
9585
|
-
*/
|
|
9586
|
-
export declare const StripeStripePriceTransformQuantityRound: {
|
|
9587
|
-
readonly Down: "down";
|
|
9588
|
-
readonly Up: "up";
|
|
9589
|
-
};
|
|
9590
|
-
export type StripeStripePriceTransformQuantityRound = typeof StripeStripePriceTransformQuantityRound[keyof typeof StripeStripePriceTransformQuantityRound];
|
|
9591
|
-
/**
|
|
9592
|
-
*
|
|
9593
|
-
* @export
|
|
9594
|
-
* @enum {string}
|
|
9595
|
-
*/
|
|
9596
|
-
export declare const StripeStripePriceType: {
|
|
9597
|
-
readonly OneTime: "one_time";
|
|
9598
|
-
readonly Recurring: "recurring";
|
|
9599
|
-
};
|
|
9600
|
-
export type StripeStripePriceType = typeof StripeStripePriceType[keyof typeof StripeStripePriceType];
|
|
9601
|
-
/**
|
|
9602
|
-
* 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)
|
|
9603
|
-
* @export
|
|
9604
|
-
* @interface StripeStripeProduct
|
|
9605
|
-
*/
|
|
9606
|
-
export interface StripeStripeProduct {
|
|
9607
|
-
/**
|
|
9608
|
-
* Unique identifier for the object.
|
|
9609
|
-
* @type {string}
|
|
9610
|
-
* @memberof StripeStripeProduct
|
|
9611
|
-
*/
|
|
9612
|
-
'id': string;
|
|
9613
|
-
/**
|
|
9614
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
9615
|
-
* @type {string}
|
|
9616
|
-
* @memberof StripeStripeProduct
|
|
9617
|
-
*/
|
|
9618
|
-
'object': StripeStripeProductObjectEnum;
|
|
9619
|
-
/**
|
|
9620
|
-
* Whether the product is currently available for purchase.
|
|
9621
|
-
* @type {boolean}
|
|
9622
|
-
* @memberof StripeStripeProduct
|
|
9623
|
-
*/
|
|
9624
|
-
'active': boolean;
|
|
9625
|
-
/**
|
|
9626
|
-
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
9627
|
-
* @type {number}
|
|
9628
|
-
* @memberof StripeStripeProduct
|
|
9629
|
-
*/
|
|
9630
|
-
'created': number;
|
|
9631
|
-
/**
|
|
9632
|
-
*
|
|
9633
|
-
* @type {StripeStripeProductDefaultPrice}
|
|
9634
|
-
* @memberof StripeStripeProduct
|
|
9635
|
-
*/
|
|
9636
|
-
'default_price'?: StripeStripeProductDefaultPrice | null;
|
|
9637
|
-
/**
|
|
9638
|
-
* Always true for a deleted object
|
|
9639
|
-
* @type {any}
|
|
9640
|
-
* @memberof StripeStripeProduct
|
|
9641
|
-
*/
|
|
9642
|
-
'deleted'?: any;
|
|
9643
|
-
/**
|
|
9644
|
-
* 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.
|
|
9645
|
-
* @type {string}
|
|
9646
|
-
* @memberof StripeStripeProduct
|
|
9647
|
-
*/
|
|
9648
|
-
'description': string | null;
|
|
9649
|
-
/**
|
|
9650
|
-
* A list of up to 8 URLs of images for this product, meant to be displayable to the customer.
|
|
9651
|
-
* @type {Array<string>}
|
|
9652
|
-
* @memberof StripeStripeProduct
|
|
9653
|
-
*/
|
|
9654
|
-
'images': Array<string>;
|
|
9655
|
-
/**
|
|
9656
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
9657
|
-
* @type {boolean}
|
|
9658
|
-
* @memberof StripeStripeProduct
|
|
9659
|
-
*/
|
|
9660
|
-
'livemode': boolean;
|
|
9661
|
-
/**
|
|
9662
|
-
* 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).
|
|
9663
|
-
* @type {Array<StripeStripeProductMarketingFeature>}
|
|
9664
|
-
* @memberof StripeStripeProduct
|
|
9665
|
-
*/
|
|
9666
|
-
'marketing_features': Array<StripeStripeProductMarketingFeature>;
|
|
9667
|
-
/**
|
|
9668
|
-
* 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.
|
|
9669
|
-
* @type {{ [key: string]: string; }}
|
|
9670
|
-
* @memberof StripeStripeProduct
|
|
9671
|
-
*/
|
|
9672
|
-
'metadata': {
|
|
9673
|
-
[key: string]: string;
|
|
9674
|
-
};
|
|
9675
|
-
/**
|
|
9676
|
-
* The product\'s name, meant to be displayable to the customer.
|
|
9677
|
-
* @type {string}
|
|
9678
|
-
* @memberof StripeStripeProduct
|
|
9679
|
-
*/
|
|
9680
|
-
'name': string;
|
|
9681
|
-
/**
|
|
9682
|
-
* The dimensions of this product for shipping purposes.
|
|
9683
|
-
* @type {StripeStripeProductPackageDimensions}
|
|
9684
|
-
* @memberof StripeStripeProduct
|
|
9685
|
-
*/
|
|
9686
|
-
'package_dimensions': StripeStripeProductPackageDimensions | null;
|
|
9687
|
-
/**
|
|
9688
|
-
* Whether this product is shipped (i.e., physical goods).
|
|
9689
|
-
* @type {boolean}
|
|
9690
|
-
* @memberof StripeStripeProduct
|
|
9691
|
-
*/
|
|
9692
|
-
'shippable': boolean | null;
|
|
9693
|
-
/**
|
|
9694
|
-
* 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.
|
|
9695
|
-
* @type {string}
|
|
9696
|
-
* @memberof StripeStripeProduct
|
|
9697
|
-
*/
|
|
9698
|
-
'statement_descriptor'?: string | null;
|
|
9699
|
-
/**
|
|
9700
|
-
*
|
|
9701
|
-
* @type {StripeStripeProductTaxCode}
|
|
9702
|
-
* @memberof StripeStripeProduct
|
|
9703
|
-
*/
|
|
9704
|
-
'tax_code': StripeStripeProductTaxCode | null;
|
|
9705
|
-
/**
|
|
9706
|
-
*
|
|
9707
|
-
* @type {StripeStripeProductType}
|
|
9708
|
-
* @memberof StripeStripeProduct
|
|
9709
|
-
*/
|
|
9710
|
-
'type': StripeStripeProductType;
|
|
9711
|
-
/**
|
|
9712
|
-
* A label that represents units of this product. When set, this will be included in customers\' receipts, invoices, Checkout, and the customer portal.
|
|
9713
|
-
* @type {string}
|
|
9714
|
-
* @memberof StripeStripeProduct
|
|
9715
|
-
*/
|
|
9716
|
-
'unit_label'?: string | null;
|
|
9717
|
-
/**
|
|
9718
|
-
* Time at which the object was last updated. Measured in seconds since the Unix epoch.
|
|
9719
|
-
* @type {number}
|
|
9720
|
-
* @memberof StripeStripeProduct
|
|
9721
|
-
*/
|
|
9722
|
-
'updated': number;
|
|
9723
|
-
/**
|
|
9724
|
-
* A URL of a publicly-accessible webpage for this product.
|
|
9725
|
-
* @type {string}
|
|
9726
|
-
* @memberof StripeStripeProduct
|
|
9727
|
-
*/
|
|
9728
|
-
'url': string | null;
|
|
9729
|
-
}
|
|
9730
|
-
export declare const StripeStripeProductObjectEnum: {
|
|
9731
|
-
readonly Product: "product";
|
|
9732
|
-
};
|
|
9733
|
-
export type StripeStripeProductObjectEnum = typeof StripeStripeProductObjectEnum[keyof typeof StripeStripeProductObjectEnum];
|
|
9734
|
-
/**
|
|
9735
|
-
* The ID of the [Price](https://stripe.com/docs/api/prices) object that is the default price for this product.
|
|
9736
|
-
* @export
|
|
9737
|
-
* @interface StripeStripeProductDefaultPrice
|
|
9738
|
-
*/
|
|
9739
|
-
export interface StripeStripeProductDefaultPrice {
|
|
9740
|
-
/**
|
|
9741
|
-
* Unique identifier for the object.
|
|
9742
|
-
* @type {string}
|
|
9743
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9744
|
-
*/
|
|
9745
|
-
'id': string;
|
|
9746
|
-
/**
|
|
9747
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
9748
|
-
* @type {string}
|
|
9749
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9750
|
-
*/
|
|
9751
|
-
'object': StripeStripeProductDefaultPriceObjectEnum;
|
|
9752
|
-
/**
|
|
9753
|
-
* Whether the price can be used for new purchases.
|
|
9754
|
-
* @type {boolean}
|
|
9755
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9756
|
-
*/
|
|
9757
|
-
'active': boolean;
|
|
9758
|
-
/**
|
|
9759
|
-
*
|
|
9760
|
-
* @type {StripeStripePriceBillingScheme}
|
|
9761
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9762
|
-
*/
|
|
9763
|
-
'billing_scheme': StripeStripePriceBillingScheme;
|
|
9764
|
-
/**
|
|
9765
|
-
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
9766
|
-
* @type {number}
|
|
9767
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9768
|
-
*/
|
|
9769
|
-
'created': number;
|
|
9770
|
-
/**
|
|
9771
|
-
* 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).
|
|
9772
|
-
* @type {string}
|
|
9773
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9774
|
-
*/
|
|
9775
|
-
'currency': string;
|
|
9776
|
-
/**
|
|
9777
|
-
* 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).
|
|
9778
|
-
* @type {{ [key: string]: StripeStripePriceCurrencyOptions; }}
|
|
9779
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9780
|
-
*/
|
|
9781
|
-
'currency_options'?: {
|
|
9782
|
-
[key: string]: StripeStripePriceCurrencyOptions;
|
|
9783
|
-
};
|
|
9784
|
-
/**
|
|
9785
|
-
* When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.
|
|
9786
|
-
* @type {StripeStripePriceCustomUnitAmount}
|
|
9787
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9788
|
-
*/
|
|
9789
|
-
'custom_unit_amount': StripeStripePriceCustomUnitAmount | null;
|
|
9790
|
-
/**
|
|
9791
|
-
* Always true for a deleted object
|
|
9792
|
-
* @type {any}
|
|
9793
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9794
|
-
*/
|
|
9795
|
-
'deleted'?: any;
|
|
9796
|
-
/**
|
|
9797
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
9798
|
-
* @type {boolean}
|
|
9799
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9800
|
-
*/
|
|
9801
|
-
'livemode': boolean;
|
|
9802
|
-
/**
|
|
9803
|
-
* A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.
|
|
9804
|
-
* @type {string}
|
|
9805
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9806
|
-
*/
|
|
9807
|
-
'lookup_key': string | null;
|
|
9808
|
-
/**
|
|
9809
|
-
* 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.
|
|
9810
|
-
* @type {{ [key: string]: string; }}
|
|
9811
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9812
|
-
*/
|
|
9813
|
-
'metadata': {
|
|
9814
|
-
[key: string]: string;
|
|
9815
|
-
};
|
|
9816
|
-
/**
|
|
9817
|
-
* A brief description of the price, hidden from customers.
|
|
9818
|
-
* @type {string}
|
|
9819
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9820
|
-
*/
|
|
9821
|
-
'nickname': string | null;
|
|
9822
|
-
/**
|
|
9823
|
-
*
|
|
9824
|
-
* @type {StripeStripePriceProduct}
|
|
9825
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9826
|
-
*/
|
|
9827
|
-
'product': StripeStripePriceProduct;
|
|
9828
|
-
/**
|
|
9829
|
-
* The recurring components of a price such as `interval` and `usage_type`.
|
|
9830
|
-
* @type {StripeStripePriceRecurring}
|
|
9831
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9832
|
-
*/
|
|
9833
|
-
'recurring': StripeStripePriceRecurring | null;
|
|
9834
|
-
/**
|
|
9835
|
-
* 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.
|
|
9836
|
-
* @type {StripeStripePriceTaxBehavior}
|
|
9837
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9838
|
-
*/
|
|
9839
|
-
'tax_behavior': StripeStripePriceTaxBehavior | null;
|
|
9840
|
-
/**
|
|
9841
|
-
* Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.
|
|
9842
|
-
* @type {Array<StripeStripePriceTier>}
|
|
9843
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9844
|
-
*/
|
|
9845
|
-
'tiers'?: Array<StripeStripePriceTier>;
|
|
9846
|
-
/**
|
|
9847
|
-
* 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.
|
|
9848
|
-
* @type {StripeStripePriceTiersMode}
|
|
9849
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9850
|
-
*/
|
|
9851
|
-
'tiers_mode': StripeStripePriceTiersMode | null;
|
|
9852
|
-
/**
|
|
9853
|
-
* Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.
|
|
9854
|
-
* @type {StripeStripePriceTransformQuantity}
|
|
9855
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9856
|
-
*/
|
|
9857
|
-
'transform_quantity': StripeStripePriceTransformQuantity | null;
|
|
9858
|
-
/**
|
|
9859
|
-
*
|
|
9860
|
-
* @type {StripeStripePriceType}
|
|
9861
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9862
|
-
*/
|
|
9863
|
-
'type': StripeStripePriceType;
|
|
9864
|
-
/**
|
|
9865
|
-
* 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`.
|
|
9866
|
-
* @type {number}
|
|
9867
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9868
|
-
*/
|
|
9869
|
-
'unit_amount': number | null;
|
|
9870
|
-
/**
|
|
9871
|
-
* 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`.
|
|
9872
|
-
* @type {string}
|
|
9873
|
-
* @memberof StripeStripeProductDefaultPrice
|
|
9874
|
-
*/
|
|
9875
|
-
'unit_amount_decimal': string | null;
|
|
9876
|
-
}
|
|
9877
|
-
export declare const StripeStripeProductDefaultPriceObjectEnum: {
|
|
9878
|
-
readonly Price: "price";
|
|
9879
|
-
};
|
|
9880
|
-
export type StripeStripeProductDefaultPriceObjectEnum = typeof StripeStripeProductDefaultPriceObjectEnum[keyof typeof StripeStripeProductDefaultPriceObjectEnum];
|
|
9881
|
-
/**
|
|
9882
|
-
*
|
|
9883
|
-
* @export
|
|
9884
|
-
* @interface StripeStripeProductMarketingFeature
|
|
9885
|
-
*/
|
|
9886
|
-
export interface StripeStripeProductMarketingFeature {
|
|
9887
|
-
/**
|
|
9888
|
-
* The marketing feature name. Up to 80 characters long.
|
|
9889
|
-
* @type {string}
|
|
9890
|
-
* @memberof StripeStripeProductMarketingFeature
|
|
9891
|
-
*/
|
|
9892
|
-
'name'?: string;
|
|
9893
|
-
}
|
|
9894
|
-
/**
|
|
9895
|
-
*
|
|
9896
|
-
* @export
|
|
9897
|
-
* @interface StripeStripeProductPackageDimensions
|
|
9898
|
-
*/
|
|
9899
|
-
export interface StripeStripeProductPackageDimensions {
|
|
9900
|
-
/**
|
|
9901
|
-
* Height, in inches.
|
|
9902
|
-
* @type {number}
|
|
9903
|
-
* @memberof StripeStripeProductPackageDimensions
|
|
9904
|
-
*/
|
|
9905
|
-
'height': number;
|
|
9906
|
-
/**
|
|
9907
|
-
* Length, in inches.
|
|
9908
|
-
* @type {number}
|
|
9909
|
-
* @memberof StripeStripeProductPackageDimensions
|
|
9910
|
-
*/
|
|
9911
|
-
'length': number;
|
|
9912
|
-
/**
|
|
9913
|
-
* Weight, in ounces.
|
|
9914
|
-
* @type {number}
|
|
9915
|
-
* @memberof StripeStripeProductPackageDimensions
|
|
9916
|
-
*/
|
|
9917
|
-
'weight': number;
|
|
9918
|
-
/**
|
|
9919
|
-
* Width, in inches.
|
|
9920
|
-
* @type {number}
|
|
9921
|
-
* @memberof StripeStripeProductPackageDimensions
|
|
9922
|
-
*/
|
|
9923
|
-
'width': number;
|
|
9924
|
-
}
|
|
9925
|
-
/**
|
|
9926
|
-
* A [tax code](https://stripe.com/docs/tax/tax-categories) ID.
|
|
9927
|
-
* @export
|
|
9928
|
-
* @interface StripeStripeProductTaxCode
|
|
9929
|
-
*/
|
|
9930
|
-
export interface StripeStripeProductTaxCode {
|
|
9931
|
-
/**
|
|
9932
|
-
* Unique identifier for the object.
|
|
9933
|
-
* @type {string}
|
|
9934
|
-
* @memberof StripeStripeProductTaxCode
|
|
9935
|
-
*/
|
|
9936
|
-
'id': string;
|
|
9937
|
-
/**
|
|
9938
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
9939
|
-
* @type {string}
|
|
9940
|
-
* @memberof StripeStripeProductTaxCode
|
|
9941
|
-
*/
|
|
9942
|
-
'object': StripeStripeProductTaxCodeObjectEnum;
|
|
9943
|
-
/**
|
|
9944
|
-
* A detailed description of which types of products the tax code represents.
|
|
9945
|
-
* @type {string}
|
|
9946
|
-
* @memberof StripeStripeProductTaxCode
|
|
9947
|
-
*/
|
|
9948
|
-
'description': string;
|
|
9949
|
-
/**
|
|
9950
|
-
* A short name for the tax code.
|
|
9951
|
-
* @type {string}
|
|
9952
|
-
* @memberof StripeStripeProductTaxCode
|
|
9953
|
-
*/
|
|
9954
|
-
'name': string;
|
|
9955
|
-
}
|
|
9956
|
-
export declare const StripeStripeProductTaxCodeObjectEnum: {
|
|
9957
|
-
readonly TaxCode: "tax_code";
|
|
9958
|
-
};
|
|
9959
|
-
export type StripeStripeProductTaxCodeObjectEnum = typeof StripeStripeProductTaxCodeObjectEnum[keyof typeof StripeStripeProductTaxCodeObjectEnum];
|
|
9960
|
-
/**
|
|
9961
|
-
*
|
|
9962
|
-
* @export
|
|
9963
|
-
* @enum {string}
|
|
9964
|
-
*/
|
|
9965
|
-
export declare const StripeStripeProductType: {
|
|
9966
|
-
readonly Good: "good";
|
|
9967
|
-
readonly Service: "service";
|
|
9968
|
-
};
|
|
9969
|
-
export type StripeStripeProductType = typeof StripeStripeProductType[keyof typeof StripeStripeProductType];
|
|
9970
|
-
/**
|
|
9971
|
-
*
|
|
9972
|
-
* @export
|
|
9973
|
-
* @interface StripeStripeResponseStripeStripePrice
|
|
9974
|
-
*/
|
|
9975
|
-
export interface StripeStripeResponseStripeStripePrice {
|
|
9976
|
-
/**
|
|
9977
|
-
* Unique identifier for the object.
|
|
9978
|
-
* @type {string}
|
|
9979
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
9980
|
-
*/
|
|
9981
|
-
'id': string;
|
|
9982
|
-
/**
|
|
9983
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
9984
|
-
* @type {string}
|
|
9985
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
9986
|
-
*/
|
|
9987
|
-
'object': StripeStripeResponseStripeStripePriceObjectEnum;
|
|
9988
|
-
/**
|
|
9989
|
-
* Whether the price can be used for new purchases.
|
|
9990
|
-
* @type {boolean}
|
|
9991
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
9992
|
-
*/
|
|
9993
|
-
'active': boolean;
|
|
9994
|
-
/**
|
|
9995
|
-
*
|
|
9996
|
-
* @type {StripeStripePriceBillingScheme}
|
|
9997
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
9998
|
-
*/
|
|
9999
|
-
'billing_scheme': StripeStripePriceBillingScheme;
|
|
10000
|
-
/**
|
|
10001
|
-
* Time at which the object was created. Measured in seconds since the Unix epoch.
|
|
10002
|
-
* @type {number}
|
|
10003
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10004
|
-
*/
|
|
10005
|
-
'created': number;
|
|
10006
|
-
/**
|
|
10007
|
-
* 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).
|
|
10008
|
-
* @type {string}
|
|
10009
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10010
|
-
*/
|
|
10011
|
-
'currency': string;
|
|
10012
|
-
/**
|
|
10013
|
-
* 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).
|
|
10014
|
-
* @type {{ [key: string]: StripeStripePriceCurrencyOptions; }}
|
|
10015
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10016
|
-
*/
|
|
10017
|
-
'currency_options'?: {
|
|
10018
|
-
[key: string]: StripeStripePriceCurrencyOptions;
|
|
10019
|
-
};
|
|
10020
|
-
/**
|
|
10021
|
-
* When set, provides configuration for the amount to be adjusted by the customer during Checkout Sessions and Payment Links.
|
|
10022
|
-
* @type {StripeStripePriceCustomUnitAmount}
|
|
10023
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10024
|
-
*/
|
|
10025
|
-
'custom_unit_amount': StripeStripePriceCustomUnitAmount | null;
|
|
10026
|
-
/**
|
|
10027
|
-
* Always true for a deleted object
|
|
10028
|
-
* @type {any}
|
|
10029
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10030
|
-
*/
|
|
10031
|
-
'deleted'?: any;
|
|
10032
|
-
/**
|
|
10033
|
-
* Has the value `true` if the object exists in live mode or the value `false` if the object exists in test mode.
|
|
10034
|
-
* @type {boolean}
|
|
10035
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10036
|
-
*/
|
|
10037
|
-
'livemode': boolean;
|
|
10038
|
-
/**
|
|
10039
|
-
* A lookup key used to retrieve prices dynamically from a static string. This may be up to 200 characters.
|
|
10040
|
-
* @type {string}
|
|
10041
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10042
|
-
*/
|
|
10043
|
-
'lookup_key': string | null;
|
|
10044
|
-
/**
|
|
10045
|
-
* 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.
|
|
10046
|
-
* @type {{ [key: string]: string; }}
|
|
10047
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10048
|
-
*/
|
|
10049
|
-
'metadata': {
|
|
10050
|
-
[key: string]: string;
|
|
10051
|
-
};
|
|
10052
|
-
/**
|
|
10053
|
-
* A brief description of the price, hidden from customers.
|
|
10054
|
-
* @type {string}
|
|
10055
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10056
|
-
*/
|
|
10057
|
-
'nickname': string | null;
|
|
10058
|
-
/**
|
|
10059
|
-
*
|
|
10060
|
-
* @type {StripeStripePriceProduct}
|
|
10061
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10062
|
-
*/
|
|
10063
|
-
'product': StripeStripePriceProduct;
|
|
10064
|
-
/**
|
|
10065
|
-
* The recurring components of a price such as `interval` and `usage_type`.
|
|
10066
|
-
* @type {StripeStripePriceRecurring}
|
|
10067
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10068
|
-
*/
|
|
10069
|
-
'recurring': StripeStripePriceRecurring | null;
|
|
10070
|
-
/**
|
|
10071
|
-
* 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.
|
|
10072
|
-
* @type {StripeStripePriceTaxBehavior}
|
|
10073
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10074
|
-
*/
|
|
10075
|
-
'tax_behavior': StripeStripePriceTaxBehavior | null;
|
|
10076
|
-
/**
|
|
10077
|
-
* Each element represents a pricing tier. This parameter requires `billing_scheme` to be set to `tiered`. See also the documentation for `billing_scheme`.
|
|
10078
|
-
* @type {Array<StripeStripePriceTier>}
|
|
10079
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10080
|
-
*/
|
|
10081
|
-
'tiers'?: Array<StripeStripePriceTier>;
|
|
10082
|
-
/**
|
|
10083
|
-
* 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.
|
|
10084
|
-
* @type {StripeStripePriceTiersMode}
|
|
10085
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10086
|
-
*/
|
|
10087
|
-
'tiers_mode': StripeStripePriceTiersMode | null;
|
|
10088
|
-
/**
|
|
10089
|
-
* Apply a transformation to the reported usage or set quantity before computing the amount billed. Cannot be combined with `tiers`.
|
|
10090
|
-
* @type {StripeStripePriceTransformQuantity}
|
|
10091
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10092
|
-
*/
|
|
10093
|
-
'transform_quantity': StripeStripePriceTransformQuantity | null;
|
|
10094
|
-
/**
|
|
10095
|
-
*
|
|
10096
|
-
* @type {StripeStripePriceType}
|
|
10097
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10098
|
-
*/
|
|
10099
|
-
'type': StripeStripePriceType;
|
|
10100
|
-
/**
|
|
10101
|
-
* 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`.
|
|
10102
|
-
* @type {number}
|
|
10103
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10104
|
-
*/
|
|
10105
|
-
'unit_amount': number | null;
|
|
10106
|
-
/**
|
|
10107
|
-
* 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`.
|
|
10108
|
-
* @type {string}
|
|
10109
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10110
|
-
*/
|
|
10111
|
-
'unit_amount_decimal': string | null;
|
|
10112
|
-
/**
|
|
10113
|
-
*
|
|
10114
|
-
* @type {StripeStripeResponseStripeStripePriceAllOfLastResponse}
|
|
10115
|
-
* @memberof StripeStripeResponseStripeStripePrice
|
|
10116
|
-
*/
|
|
10117
|
-
'lastResponse': StripeStripeResponseStripeStripePriceAllOfLastResponse;
|
|
10118
|
-
}
|
|
10119
|
-
export declare const StripeStripeResponseStripeStripePriceObjectEnum: {
|
|
10120
|
-
readonly Price: "price";
|
|
10121
|
-
};
|
|
10122
|
-
export type StripeStripeResponseStripeStripePriceObjectEnum = typeof StripeStripeResponseStripeStripePriceObjectEnum[keyof typeof StripeStripeResponseStripeStripePriceObjectEnum];
|
|
10123
|
-
/**
|
|
10124
|
-
*
|
|
10125
|
-
* @export
|
|
10126
|
-
* @interface StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10127
|
-
*/
|
|
10128
|
-
export interface StripeStripeResponseStripeStripePriceAllOfLastResponse {
|
|
10129
|
-
/**
|
|
10130
|
-
*
|
|
10131
|
-
* @type {string}
|
|
10132
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10133
|
-
*/
|
|
10134
|
-
'stripeAccount'?: string;
|
|
10135
|
-
/**
|
|
10136
|
-
*
|
|
10137
|
-
* @type {string}
|
|
10138
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10139
|
-
*/
|
|
10140
|
-
'idempotencyKey'?: string;
|
|
10141
|
-
/**
|
|
10142
|
-
*
|
|
10143
|
-
* @type {string}
|
|
10144
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10145
|
-
*/
|
|
10146
|
-
'apiVersion'?: string;
|
|
10147
|
-
/**
|
|
10148
|
-
*
|
|
10149
|
-
* @type {number}
|
|
10150
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10151
|
-
*/
|
|
10152
|
-
'statusCode': number;
|
|
10153
|
-
/**
|
|
10154
|
-
*
|
|
10155
|
-
* @type {string}
|
|
10156
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10157
|
-
*/
|
|
10158
|
-
'requestId': string;
|
|
10159
|
-
/**
|
|
10160
|
-
*
|
|
10161
|
-
* @type {{ [key: string]: string; }}
|
|
10162
|
-
* @memberof StripeStripeResponseStripeStripePriceAllOfLastResponse
|
|
10163
|
-
*/
|
|
10164
|
-
'headers': {
|
|
10165
|
-
[key: string]: string;
|
|
10166
|
-
};
|
|
10167
|
-
}
|
|
10168
|
-
/**
|
|
10169
|
-
* [Tax codes](https://stripe.com/docs/tax/tax-categories) classify goods and services for tax purposes.
|
|
10170
|
-
* @export
|
|
10171
|
-
* @interface StripeStripeTaxCode
|
|
10172
|
-
*/
|
|
10173
|
-
export interface StripeStripeTaxCode {
|
|
10174
|
-
/**
|
|
10175
|
-
* Unique identifier for the object.
|
|
10176
|
-
* @type {string}
|
|
10177
|
-
* @memberof StripeStripeTaxCode
|
|
10178
|
-
*/
|
|
10179
|
-
'id': string;
|
|
10180
|
-
/**
|
|
10181
|
-
* String representing the object\'s type. Objects of the same type share the same value.
|
|
10182
|
-
* @type {string}
|
|
10183
|
-
* @memberof StripeStripeTaxCode
|
|
10184
|
-
*/
|
|
10185
|
-
'object': StripeStripeTaxCodeObjectEnum;
|
|
10186
|
-
/**
|
|
10187
|
-
* A detailed description of which types of products the tax code represents.
|
|
10188
|
-
* @type {string}
|
|
10189
|
-
* @memberof StripeStripeTaxCode
|
|
10190
|
-
*/
|
|
10191
|
-
'description': string;
|
|
10192
|
-
/**
|
|
10193
|
-
* A short name for the tax code.
|
|
10194
|
-
* @type {string}
|
|
10195
|
-
* @memberof StripeStripeTaxCode
|
|
10196
|
-
*/
|
|
10197
|
-
'name': string;
|
|
10198
|
-
}
|
|
10199
|
-
export declare const StripeStripeTaxCodeObjectEnum: {
|
|
10200
|
-
readonly TaxCode: "tax_code";
|
|
10201
|
-
};
|
|
10202
|
-
export type StripeStripeTaxCodeObjectEnum = typeof StripeStripeTaxCodeObjectEnum[keyof typeof StripeStripeTaxCodeObjectEnum];
|
|
10203
|
-
/**
|
|
10204
|
-
*
|
|
10205
|
-
* @export
|
|
10206
|
-
* @interface SubscribeRequestBody
|
|
10207
|
-
*/
|
|
10208
|
-
export interface SubscribeRequestBody {
|
|
10209
|
-
/**
|
|
10210
|
-
*
|
|
10211
|
-
* @type {string}
|
|
10212
|
-
* @memberof SubscribeRequestBody
|
|
10213
|
-
*/
|
|
10214
|
-
'clubId': string;
|
|
10215
|
-
/**
|
|
10216
|
-
*
|
|
10217
|
-
* @type {string}
|
|
10218
|
-
* @memberof SubscribeRequestBody
|
|
10219
|
-
*/
|
|
10220
|
-
'priceId': string;
|
|
10221
|
-
/**
|
|
10222
|
-
*
|
|
10223
|
-
* @type {boolean}
|
|
10224
|
-
* @memberof SubscribeRequestBody
|
|
10225
|
-
*/
|
|
10226
|
-
'useDefaultPaymentMethod'?: boolean;
|
|
10227
|
-
}
|
|
10228
|
-
/**
|
|
10229
|
-
*
|
|
10230
|
-
* @export
|
|
10231
|
-
* @interface SubscriberPrice
|
|
10232
|
-
*/
|
|
10233
|
-
export interface SubscriberPrice {
|
|
10234
|
-
/**
|
|
10235
|
-
*
|
|
10236
|
-
* @type {string}
|
|
10237
|
-
* @memberof SubscriberPrice
|
|
10238
|
-
*/
|
|
10239
|
-
'subscriptionPlanId': string;
|
|
10240
|
-
/**
|
|
10241
|
-
*
|
|
10242
|
-
* @type {number}
|
|
10243
|
-
* @memberof SubscriberPrice
|
|
10244
|
-
*/
|
|
10245
|
-
'amount': number;
|
|
10246
|
-
}
|
|
10247
|
-
/**
|
|
10248
|
-
*
|
|
10249
|
-
* @export
|
|
10250
|
-
* @interface SubscriptionInfo
|
|
10251
|
-
*/
|
|
10252
|
-
export interface SubscriptionInfo {
|
|
10253
|
-
/**
|
|
10254
|
-
*
|
|
10255
|
-
* @type {string}
|
|
10256
|
-
* @memberof SubscriptionInfo
|
|
10257
|
-
*/
|
|
10258
|
-
'subscriptionPlanName'?: string;
|
|
10259
|
-
/**
|
|
10260
|
-
*
|
|
10261
|
-
* @type {string}
|
|
10262
|
-
* @memberof SubscriptionInfo
|
|
10263
|
-
*/
|
|
10264
|
-
'subscriptionDescription'?: string;
|
|
10265
|
-
/**
|
|
10266
|
-
*
|
|
10267
|
-
* @type {number}
|
|
10268
|
-
* @memberof SubscriptionInfo
|
|
10269
|
-
*/
|
|
10270
|
-
'reducedAmountInCents'?: number;
|
|
10271
|
-
}
|
|
10272
|
-
/**
|
|
10273
|
-
*
|
|
10274
|
-
* @export
|
|
10275
|
-
* @interface SubscriptionMutationResponse
|
|
10276
|
-
*/
|
|
10277
|
-
export interface SubscriptionMutationResponse {
|
|
10278
|
-
/**
|
|
10279
|
-
* Construct a type with a set of properties K of type T
|
|
10280
|
-
* @type {{ [key: string]: any; }}
|
|
10281
|
-
* @memberof SubscriptionMutationResponse
|
|
10282
|
-
*/
|
|
10283
|
-
'subscription': {
|
|
10284
|
-
[key: string]: any;
|
|
10285
|
-
};
|
|
10286
|
-
}
|
|
10287
|
-
/**
|
|
10288
|
-
*
|
|
10289
|
-
* @export
|
|
10290
|
-
* @interface SubscriptionPlanDiscountResponse
|
|
10291
|
-
*/
|
|
10292
|
-
export interface SubscriptionPlanDiscountResponse {
|
|
10293
|
-
/**
|
|
10294
|
-
*
|
|
10295
|
-
* @type {DiscountType}
|
|
10296
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10297
|
-
*/
|
|
10298
|
-
'type': DiscountType;
|
|
10299
|
-
/**
|
|
10300
|
-
*
|
|
10301
|
-
* @type {number}
|
|
10302
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10303
|
-
*/
|
|
10304
|
-
'percentage'?: number;
|
|
10305
|
-
/**
|
|
10306
|
-
*
|
|
10307
|
-
* @type {number}
|
|
10308
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10309
|
-
*/
|
|
10310
|
-
'maxDiscountAmountInCents'?: number;
|
|
10311
|
-
/**
|
|
10312
|
-
*
|
|
10313
|
-
* @type {string}
|
|
10314
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10315
|
-
*/
|
|
10316
|
-
'validFrom'?: string;
|
|
10317
|
-
/**
|
|
10318
|
-
*
|
|
10319
|
-
* @type {string}
|
|
10320
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10321
|
-
*/
|
|
10322
|
-
'validTo'?: string;
|
|
10323
|
-
/**
|
|
10324
|
-
*
|
|
10325
|
-
* @type {Array<string>}
|
|
10326
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10327
|
-
*/
|
|
10328
|
-
'offPeakRuleNames'?: Array<string>;
|
|
10329
|
-
/**
|
|
10330
|
-
*
|
|
10331
|
-
* @type {Array<OffPeakRule>}
|
|
10332
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10333
|
-
*/
|
|
10334
|
-
'offPeakRules'?: Array<OffPeakRule>;
|
|
10335
|
-
/**
|
|
10336
|
-
*
|
|
10337
|
-
* @type {boolean}
|
|
10338
|
-
* @memberof SubscriptionPlanDiscountResponse
|
|
10339
|
-
*/
|
|
10340
|
-
'bookingFree'?: boolean;
|
|
10341
|
-
}
|
|
10342
|
-
/**
|
|
10343
|
-
*
|
|
10344
|
-
* @export
|
|
10345
|
-
* @interface SubscriptionPlanResponse
|
|
10346
|
-
*/
|
|
10347
|
-
export interface SubscriptionPlanResponse {
|
|
10348
|
-
/**
|
|
10349
|
-
*
|
|
10350
|
-
* @type {string}
|
|
10351
|
-
* @memberof SubscriptionPlanResponse
|
|
10352
|
-
*/
|
|
10353
|
-
'productId': string;
|
|
10354
|
-
/**
|
|
10355
|
-
*
|
|
10356
|
-
* @type {string}
|
|
10357
|
-
* @memberof SubscriptionPlanResponse
|
|
10358
|
-
*/
|
|
10359
|
-
'productName': string;
|
|
10360
|
-
/**
|
|
10361
|
-
*
|
|
10362
|
-
* @type {boolean}
|
|
10363
|
-
* @memberof SubscriptionPlanResponse
|
|
10364
|
-
*/
|
|
10365
|
-
'productActive': boolean;
|
|
10366
|
-
/**
|
|
10367
|
-
*
|
|
10368
|
-
* @type {string}
|
|
10369
|
-
* @memberof SubscriptionPlanResponse
|
|
10370
|
-
*/
|
|
10371
|
-
'priceId': string;
|
|
10372
|
-
/**
|
|
10373
|
-
*
|
|
10374
|
-
* @type {number}
|
|
10375
|
-
* @memberof SubscriptionPlanResponse
|
|
10376
|
-
*/
|
|
10377
|
-
'amountInCents'?: number;
|
|
10378
|
-
/**
|
|
10379
|
-
*
|
|
10380
|
-
* @type {string}
|
|
10381
|
-
* @memberof SubscriptionPlanResponse
|
|
10382
|
-
*/
|
|
10383
|
-
'currency': string;
|
|
10384
|
-
/**
|
|
10385
|
-
*
|
|
10386
|
-
* @type {Array<PlanPrice>}
|
|
10387
|
-
* @memberof SubscriptionPlanResponse
|
|
10388
|
-
*/
|
|
10389
|
-
'prices': Array<PlanPrice>;
|
|
10390
|
-
/**
|
|
10391
|
-
*
|
|
10392
|
-
* @type {PlanInterval}
|
|
10393
|
-
* @memberof SubscriptionPlanResponse
|
|
10394
|
-
*/
|
|
10395
|
-
'interval'?: PlanInterval;
|
|
10396
|
-
/**
|
|
10397
|
-
*
|
|
10398
|
-
* @type {boolean}
|
|
10399
|
-
* @memberof SubscriptionPlanResponse
|
|
10400
|
-
*/
|
|
10401
|
-
'priceActive': boolean;
|
|
10402
|
-
/**
|
|
10403
|
-
*
|
|
10404
|
-
* @type {string}
|
|
10405
|
-
* @memberof SubscriptionPlanResponse
|
|
10406
|
-
*/
|
|
10407
|
-
'description'?: string;
|
|
10408
|
-
/**
|
|
10409
|
-
*
|
|
10410
|
-
* @type {SubscriptionPlanDiscountResponse}
|
|
10411
|
-
* @memberof SubscriptionPlanResponse
|
|
10412
|
-
*/
|
|
10413
|
-
'discount'?: SubscriptionPlanDiscountResponse;
|
|
10414
|
-
}
|
|
10415
|
-
/**
|
|
10416
|
-
*
|
|
10417
|
-
* @export
|
|
10418
|
-
* @enum {string}
|
|
10419
|
-
*/
|
|
10420
|
-
export declare const SurfaceType: {
|
|
10421
|
-
readonly Clay: "clay";
|
|
10422
|
-
readonly Grass: "grass";
|
|
10423
|
-
readonly Hard: "hard";
|
|
10424
|
-
};
|
|
10425
|
-
export type SurfaceType = typeof SurfaceType[keyof typeof SurfaceType];
|
|
10426
|
-
/**
|
|
10427
|
-
*
|
|
10428
|
-
* @export
|
|
10429
|
-
* @interface Team
|
|
10430
|
-
*/
|
|
10431
|
-
export interface Team {
|
|
10432
|
-
/**
|
|
10433
|
-
*
|
|
10434
|
-
* @type {string}
|
|
10435
|
-
* @memberof Team
|
|
10436
|
-
*/
|
|
10437
|
-
'name': string;
|
|
10438
|
-
/**
|
|
10439
|
-
*
|
|
10440
|
-
* @type {Array<EventUser>}
|
|
10441
|
-
* @memberof Team
|
|
10442
|
-
*/
|
|
10443
|
-
'players': Array<EventUser>;
|
|
10444
|
-
}
|
|
10445
|
-
/**
|
|
10446
|
-
*
|
|
10447
|
-
* @export
|
|
10448
|
-
* @interface TimeBounds
|
|
10449
|
-
*/
|
|
10450
|
-
export interface TimeBounds {
|
|
10451
|
-
/**
|
|
10452
|
-
* Heure de début au format HH:mm
|
|
10453
|
-
* @type {string}
|
|
10454
|
-
* @memberof TimeBounds
|
|
10455
|
-
*/
|
|
10456
|
-
'start': string;
|
|
10457
|
-
/**
|
|
10458
|
-
* Heure de fin au format HH:mm
|
|
10459
|
-
* @type {string}
|
|
10460
|
-
* @memberof TimeBounds
|
|
10461
|
-
*/
|
|
10462
|
-
'end': string;
|
|
10463
|
-
}
|
|
10464
|
-
/**
|
|
10465
|
-
*
|
|
10466
|
-
* @export
|
|
10467
|
-
* @interface UpdateActuality200Response
|
|
10468
|
-
*/
|
|
10469
|
-
export interface UpdateActuality200Response {
|
|
10470
|
-
/**
|
|
10471
|
-
*
|
|
10472
|
-
* @type {any}
|
|
10473
|
-
* @memberof UpdateActuality200Response
|
|
10474
|
-
*/
|
|
10475
|
-
'actuality': any;
|
|
10476
|
-
}
|
|
10477
|
-
/**
|
|
10478
|
-
*
|
|
10479
|
-
* @export
|
|
10480
|
-
* @interface UpdateClubAccessSettingsRequest
|
|
10481
|
-
*/
|
|
10482
|
-
export interface UpdateClubAccessSettingsRequest {
|
|
9350
|
+
export interface UpdateClubAccessSettingsRequest {
|
|
10483
9351
|
/**
|
|
10484
9352
|
*
|
|
10485
9353
|
* @type {PartialPublicAccessSettings}
|
|
@@ -11038,25 +9906,6 @@ export interface UpdateLevelBySportsRequestBody {
|
|
|
11038
9906
|
*/
|
|
11039
9907
|
'levelBySports': Array<LevelBySportEntry>;
|
|
11040
9908
|
}
|
|
11041
|
-
/**
|
|
11042
|
-
*
|
|
11043
|
-
* @export
|
|
11044
|
-
* @interface UpdatePlanRequest
|
|
11045
|
-
*/
|
|
11046
|
-
export interface UpdatePlanRequest {
|
|
11047
|
-
/**
|
|
11048
|
-
*
|
|
11049
|
-
* @type {number}
|
|
11050
|
-
* @memberof UpdatePlanRequest
|
|
11051
|
-
*/
|
|
11052
|
-
'newAmountInCents': number;
|
|
11053
|
-
/**
|
|
11054
|
-
*
|
|
11055
|
-
* @type {string}
|
|
11056
|
-
* @memberof UpdatePlanRequest
|
|
11057
|
-
*/
|
|
11058
|
-
'oldPriceId': string;
|
|
11059
|
-
}
|
|
11060
9909
|
/**
|
|
11061
9910
|
*
|
|
11062
9911
|
* @export
|
|
@@ -11264,6 +10113,61 @@ export interface UpdateSubscriptionPlanForClub200Response {
|
|
|
11264
10113
|
*/
|
|
11265
10114
|
'price': any;
|
|
11266
10115
|
}
|
|
10116
|
+
/**
|
|
10117
|
+
*
|
|
10118
|
+
* @export
|
|
10119
|
+
* @interface UpdateSubscriptionPlanRequest
|
|
10120
|
+
*/
|
|
10121
|
+
export interface UpdateSubscriptionPlanRequest {
|
|
10122
|
+
/**
|
|
10123
|
+
*
|
|
10124
|
+
* @type {string}
|
|
10125
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10126
|
+
*/
|
|
10127
|
+
'productId': string;
|
|
10128
|
+
/**
|
|
10129
|
+
*
|
|
10130
|
+
* @type {string}
|
|
10131
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10132
|
+
*/
|
|
10133
|
+
'priceId'?: string;
|
|
10134
|
+
/**
|
|
10135
|
+
*
|
|
10136
|
+
* @type {string}
|
|
10137
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10138
|
+
*/
|
|
10139
|
+
'name'?: string;
|
|
10140
|
+
/**
|
|
10141
|
+
*
|
|
10142
|
+
* @type {string}
|
|
10143
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10144
|
+
*/
|
|
10145
|
+
'description'?: string;
|
|
10146
|
+
/**
|
|
10147
|
+
*
|
|
10148
|
+
* @type {string}
|
|
10149
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10150
|
+
*/
|
|
10151
|
+
'currency'?: string;
|
|
10152
|
+
/**
|
|
10153
|
+
*
|
|
10154
|
+
* @type {PlanInterval}
|
|
10155
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10156
|
+
*/
|
|
10157
|
+
'interval'?: PlanInterval;
|
|
10158
|
+
/**
|
|
10159
|
+
*
|
|
10160
|
+
* @type {SubscriptionPlanDiscountUpdateRequest}
|
|
10161
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10162
|
+
*/
|
|
10163
|
+
'discount'?: SubscriptionPlanDiscountUpdateRequest;
|
|
10164
|
+
/**
|
|
10165
|
+
*
|
|
10166
|
+
* @type {number}
|
|
10167
|
+
* @memberof UpdateSubscriptionPlanRequest
|
|
10168
|
+
*/
|
|
10169
|
+
'newAmountInCents'?: number;
|
|
10170
|
+
}
|
|
11267
10171
|
/**
|
|
11268
10172
|
*
|
|
11269
10173
|
* @export
|
|
@@ -18025,12 +16929,12 @@ export declare const SubscriptionsManagerApiAxiosParamCreator: (configuration?:
|
|
|
18025
16929
|
*/
|
|
18026
16930
|
deletePlan: (productId: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18027
16931
|
/**
|
|
18028
|
-
* Met à jour un plan en
|
|
18029
|
-
* @param {
|
|
16932
|
+
* Met à jour un plan en annotant ses métadonnées et, si demandé, son prix (manager)
|
|
16933
|
+
* @param {UpdateSubscriptionPlanRequest} updateSubscriptionPlanRequest
|
|
18030
16934
|
* @param {*} [options] Override http request option.
|
|
18031
16935
|
* @throws {RequiredError}
|
|
18032
16936
|
*/
|
|
18033
|
-
updatePlan: (
|
|
16937
|
+
updatePlan: (updateSubscriptionPlanRequest: UpdateSubscriptionPlanRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
18034
16938
|
};
|
|
18035
16939
|
/**
|
|
18036
16940
|
* SubscriptionsManagerApi - functional programming interface
|
|
@@ -18059,12 +16963,12 @@ export declare const SubscriptionsManagerApiFp: (configuration?: Configuration)
|
|
|
18059
16963
|
*/
|
|
18060
16964
|
deletePlan(productId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<DeleteSubscriptionPlanResponse>>;
|
|
18061
16965
|
/**
|
|
18062
|
-
* Met à jour un plan en
|
|
18063
|
-
* @param {
|
|
16966
|
+
* Met à jour un plan en annotant ses métadonnées et, si demandé, son prix (manager)
|
|
16967
|
+
* @param {UpdateSubscriptionPlanRequest} updateSubscriptionPlanRequest
|
|
18064
16968
|
* @param {*} [options] Override http request option.
|
|
18065
16969
|
* @throws {RequiredError}
|
|
18066
16970
|
*/
|
|
18067
|
-
updatePlan(
|
|
16971
|
+
updatePlan(updateSubscriptionPlanRequest: UpdateSubscriptionPlanRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<any>>;
|
|
18068
16972
|
};
|
|
18069
16973
|
/**
|
|
18070
16974
|
* SubscriptionsManagerApi - factory interface
|
|
@@ -18093,12 +16997,12 @@ export declare const SubscriptionsManagerApiFactory: (configuration?: Configurat
|
|
|
18093
16997
|
*/
|
|
18094
16998
|
deletePlan(requestParameters: SubscriptionsManagerApiDeletePlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<DeleteSubscriptionPlanResponse>;
|
|
18095
16999
|
/**
|
|
18096
|
-
* Met à jour un plan en
|
|
17000
|
+
* Met à jour un plan en annotant ses métadonnées et, si demandé, son prix (manager)
|
|
18097
17001
|
* @param {SubscriptionsManagerApiUpdatePlanRequest} requestParameters Request parameters.
|
|
18098
17002
|
* @param {*} [options] Override http request option.
|
|
18099
17003
|
* @throws {RequiredError}
|
|
18100
17004
|
*/
|
|
18101
|
-
updatePlan(requestParameters: SubscriptionsManagerApiUpdatePlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
17005
|
+
updatePlan(requestParameters: SubscriptionsManagerApiUpdatePlanRequest, options?: RawAxiosRequestConfig): AxiosPromise<any>;
|
|
18102
17006
|
};
|
|
18103
17007
|
/**
|
|
18104
17008
|
* Request parameters for archivePlan operation in SubscriptionsManagerApi.
|
|
@@ -18147,10 +17051,10 @@ export interface SubscriptionsManagerApiDeletePlanRequest {
|
|
|
18147
17051
|
export interface SubscriptionsManagerApiUpdatePlanRequest {
|
|
18148
17052
|
/**
|
|
18149
17053
|
*
|
|
18150
|
-
* @type {
|
|
17054
|
+
* @type {UpdateSubscriptionPlanRequest}
|
|
18151
17055
|
* @memberof SubscriptionsManagerApiUpdatePlan
|
|
18152
17056
|
*/
|
|
18153
|
-
readonly
|
|
17057
|
+
readonly updateSubscriptionPlanRequest: UpdateSubscriptionPlanRequest;
|
|
18154
17058
|
}
|
|
18155
17059
|
/**
|
|
18156
17060
|
* SubscriptionsManagerApi - object-oriented interface
|
|
@@ -18184,13 +17088,13 @@ export declare class SubscriptionsManagerApi extends BaseAPI {
|
|
|
18184
17088
|
*/
|
|
18185
17089
|
deletePlan(requestParameters: SubscriptionsManagerApiDeletePlanRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<DeleteSubscriptionPlanResponse, any, {}>>;
|
|
18186
17090
|
/**
|
|
18187
|
-
* Met à jour un plan en
|
|
17091
|
+
* Met à jour un plan en annotant ses métadonnées et, si demandé, son prix (manager)
|
|
18188
17092
|
* @param {SubscriptionsManagerApiUpdatePlanRequest} requestParameters Request parameters.
|
|
18189
17093
|
* @param {*} [options] Override http request option.
|
|
18190
17094
|
* @throws {RequiredError}
|
|
18191
17095
|
* @memberof SubscriptionsManagerApi
|
|
18192
17096
|
*/
|
|
18193
|
-
updatePlan(requestParameters: SubscriptionsManagerApiUpdatePlanRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
17097
|
+
updatePlan(requestParameters: SubscriptionsManagerApiUpdatePlanRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<any, any, {}>>;
|
|
18194
17098
|
}
|
|
18195
17099
|
/**
|
|
18196
17100
|
* SubscriptionsPublicApi - axios parameter creator
|