UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

29 lines (21 loc) 889 B
# CheckInEventParticipants200ResponseInvoicesInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined] **status** | **string** | | [default to undefined] **amount** | **number** | | [default to undefined] **invoiceId** | **string** | | [default to undefined] **playerId** | **string** | | [default to undefined] ## Example ```typescript import { CheckInEventParticipants200ResponseInvoicesInner } from '@tennac-booking/sdk'; const instance: CheckInEventParticipants200ResponseInvoicesInner = { paymentMethod, status, amount, invoiceId, playerId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)