UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

27 lines (19 loc) 775 B
# ManagerConsoleInvoiceResponseStripe ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **invoiceUrl** | **string** | | [default to undefined] **paymentUrl** | **string** | | [default to undefined] **paymentIntentId** | **string** | | [default to undefined] **invoiceId** | **string** | | [default to undefined] ## Example ```typescript import { ManagerConsoleInvoiceResponseStripe } from '@tennac-booking/sdk'; const instance: ManagerConsoleInvoiceResponseStripe = { invoiceUrl, paymentUrl, paymentIntentId, invoiceId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)