@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
35 lines (27 loc) • 1.24 kB
Markdown
# EventBookingDetailSummaryPaymentByPlayersStatusInner
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**paymentUrl** | **string** | | [optional] [default to undefined]
**response** | **string** | | [optional] [default to undefined]
**accepted** | **boolean** | | [optional] [default to undefined]
**amountToPay** | **number** | | [optional] [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [optional] [default to undefined]
**invoiceStatus** | [**InvoiceStatus**](InvoiceStatus.md) | | [optional] [default to undefined]
**invoiceId** | **string** | | [optional] [default to undefined]
**playerId** | **string** | | [default to undefined]
## Example
```typescript
import { EventBookingDetailSummaryPaymentByPlayersStatusInner } from '@tennac-booking/sdk';
const instance: EventBookingDetailSummaryPaymentByPlayersStatusInner = {
paymentUrl,
response,
accepted,
amountToPay,
paymentMethod,
invoiceStatus,
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)