UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 819 B
# CreatorChargeResult ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **success** | **boolean** | Succès du prélèvement | [default to undefined] **paymentIntentId** | **string** | ID du PaymentIntent | [optional] [default to undefined] **amount** | **number** | Montant prélevé | [optional] [default to undefined] **error** | **string** | Erreur (si échoué) | [optional] [default to undefined] ## Example ```typescript import { CreatorChargeResult } from '@tennac-booking/sdk'; const instance: CreatorChargeResult = { success, paymentIntentId, amount, 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)