UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

33 lines (25 loc) 1.07 kB
# SumupCreatePaymentRequest ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **amountInCents** | **number** | | [default to undefined] **currency** | **string** | | [default to undefined] **readerId** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **reference** | **string** | | [optional] [default to undefined] **metadata** | **{ [key: string]: string; }** | Construct a type with a set of properties K of type T | [optional] [default to undefined] **userId** | **string** | | [optional] [default to undefined] ## Example ```typescript import { SumupCreatePaymentRequest } from '@tennac-booking/sdk'; const instance: SumupCreatePaymentRequest = { amountInCents, currency, readerId, description, reference, metadata, userId, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)