@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
29 lines (21 loc) • 937 B
Markdown
# CreateOnsiteInvoiceRequest
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**userId** | **string** | Payer user id (creator or player) | [default to undefined]
**amount** | **number** | Amount in cents | [default to undefined]
**paymentMethod** | [**PaymentMethod**](PaymentMethod.md) | | [default to undefined]
**status** | [**InvoiceStatus**](InvoiceStatus.md) | | [default to undefined]
**reason** | **string** | Optional note/reason about the invoice | [optional] [default to undefined]
## Example
```typescript
import { CreateOnsiteInvoiceRequest } from '@tennac-booking/sdk';
const instance: CreateOnsiteInvoiceRequest = {
userId,
amount,
paymentMethod,
status,
reason,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)