UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.39 kB
# StaffBookingPaymentSummary ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **status** | [**StaffBookingPaymentState**](StaffBookingPaymentState.md) | | [default to undefined] **totalInvoices** | **number** | Nombre total de factures | [default to undefined] **paidInvoices** | **number** | Factures payées | [default to undefined] **pendingInvoices** | **number** | Factures en attente | [default to undefined] **authorizedInvoices** | **number** | Factures autorisées | [default to undefined] **failedInvoices** | **number** | Factures échouées ou annulées | [default to undefined] **paymentMethods** | [**Array<PaymentMethod>**](PaymentMethod.md) | Méthodes de paiement impliquées | [default to undefined] **invoiceStatuses** | [**Array<InvoiceStatus>**](InvoiceStatus.md) | Statuts des factures rencontrés | [default to undefined] ## Example ```typescript import { StaffBookingPaymentSummary } from '@tennac-booking/sdk'; const instance: StaffBookingPaymentSummary = { status, totalInvoices, paidInvoices, pendingInvoices, authorizedInvoices, failedInvoices, paymentMethods, invoiceStatuses, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)