@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 616 B
Markdown
# PlayerWithPaymentMethod
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | ID du joueur | [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined]
## Example
```typescript
import { PlayerWithPaymentMethod } from '@tennac-booking/sdk';
const instance: PlayerWithPaymentMethod = {
id,
paymentMethod,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)