UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 990 B
# StaffEventBookingInvoiceResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [default to undefined] **userId** | **string** | | [default to undefined] **status** | [**InvoiceStatus**](InvoiceStatus.md) | | [default to undefined] **amount** | **number** | | [default to undefined] **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined] **createdAt** | **string** | | [default to undefined] **updatedAt** | **string** | | [default to undefined] ## Example ```typescript import { StaffEventBookingInvoiceResponse } from '@tennac-booking/sdk'; const instance: StaffEventBookingInvoiceResponse = { id, userId, status, amount, paymentMethod, createdAt, updatedAt, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)