@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
33 lines (25 loc) • 1.07 kB
Markdown
# CaptureResult
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**type** | **string** | Type de paiement | [default to undefined]
**playerId** | **string** | ID du joueur (optionnel) | [optional] [default to undefined]
**paymentIntentId** | **string** | ID du PaymentIntent Stripe | [default to undefined]
**amount** | **number** | Montant capturé | [optional] [default to undefined]
**receiptUrl** | **string** | URL de reçu Stripe | [optional] [default to undefined]
**status** | **string** | Statut de la capture | [default to undefined]
**error** | **string** | Erreur (si échoué) | [optional] [default to undefined]
## Example
```typescript
import { CaptureResult } from '@tennac-booking/sdk';
const instance: CaptureResult = {
type,
playerId,
paymentIntentId,
amount,
receiptUrl,
status,
error,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)