@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
36 lines (28 loc) • 1.4 kB
Markdown
# SubscriptionPaymentSheetResponse
Réponse utilisée pour préparer la PaymentSheet mobile. Si `paymentIntentClientSecret` est undefined et amount est 0, la subscription est déjà active/gratuite.
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**customerSessionClientSecret** | **string** | | [optional] [default to undefined]
**customerEphemeralKeySecret** | **string** | | [optional] [default to undefined]
**subscriptionId** | **string** | | [default to undefined]
**stripeAccountId** | **string** | | [default to undefined]
**publishableKey** | **string** | | [default to undefined]
**customerId** | **string** | | [default to undefined]
**setupIntentClientSecret** | **string** | | [optional] [default to undefined]
**paymentIntentClientSecret** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { SubscriptionPaymentSheetResponse } from '@tennac-booking/sdk';
const instance: SubscriptionPaymentSheetResponse = {
customerSessionClientSecret,
customerEphemeralKeySecret,
subscriptionId,
stripeAccountId,
publishableKey,
customerId,
setupIntentClientSecret,
paymentIntentClientSecret,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)