@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
31 lines (23 loc) • 1.06 kB
Markdown
# NoShowPreviewInvoice
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**invoiceId** | **string** | ID de la facture | [default to undefined]
**playerId** | **string** | ID du joueur associé | [default to undefined]
**amount** | **number** | Montant en centimes | [default to undefined]
**status** | [**InvoiceStatus**](InvoiceStatus.md) | | [default to undefined]
**hasStripePaymentIntent** | **boolean** | Présence d\'un PaymentIntent Stripe capturable | [default to undefined]
**capturableNow** | **boolean** | Facture capturable immédiatement pour no-show | [default to undefined]
## Example
```typescript
import { NoShowPreviewInvoice } from '@tennac-booking/sdk';
const instance: NoShowPreviewInvoice = {
invoiceId,
playerId,
amount,
status,
hasStripePaymentIntent,
capturableNow,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)