@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
43 lines (35 loc) • 1.55 kB
Markdown
# ManagerConsoleInvoiceResponseSumup
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**receipt** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
**transaction** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
**checkout** | **{ [key: string]: any; }** | Construct a type with a set of properties K of type T | [default to undefined]
**receiptApiUrl** | **string** | | [default to undefined]
**updatedAt** | **string** | | [default to undefined]
**status** | **string** | | [default to undefined]
**cardType** | **string** | | [default to undefined]
**cardLast4** | **string** | | [default to undefined]
**transactionCode** | **string** | | [default to undefined]
**transactionId** | **string** | | [default to undefined]
**checkoutId** | **string** | | [default to undefined]
**paymentId** | **string** | | [default to undefined]
## Example
```typescript
import { ManagerConsoleInvoiceResponseSumup } from '@tennac-booking/sdk';
const instance: ManagerConsoleInvoiceResponseSumup = {
receipt,
transaction,
checkout,
receiptApiUrl,
updatedAt,
status,
cardType,
cardLast4,
transactionCode,
transactionId,
checkoutId,
paymentId,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)