UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

31 lines (23 loc) 907 B
# ClientSubscriptionPaymentMethod ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **type** | **string** | | [optional] [default to undefined] **brand** | **string** | | [optional] [default to undefined] **last4** | **string** | | [optional] [default to undefined] **expMonth** | **number** | | [optional] [default to undefined] **expYear** | **number** | | [optional] [default to undefined] ## Example ```typescript import { ClientSubscriptionPaymentMethod } from '@tennac-booking/sdk'; const instance: ClientSubscriptionPaymentMethod = { id, type, brand, last4, expMonth, expYear, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)