mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 22:54:41 -04:00
14 lines
687 B
Markdown
14 lines
687 B
Markdown
# GetPartnerStatus200ResponseUserAgentTokensInner
|
|
|
|
## Properties
|
|
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**token** | Option<**String**> | The unique User-Agent token. | [optional]
|
|
**starts_at** | Option<**String**> | The date from which the token is active, in ISO 8601 format. | [optional]
|
|
**ends_at** | Option<**String**> | The date until when the token will be active, in ISO 8601 format. Will be `null` if the token does not have an end date (yet). | [optional]
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|