Files
rust-mollie-sdk/docs/GetPartnerStatus200ResponseUserAgentTokensInner.md
Zomatree e738db98b9 init
2025-10-20 14:41:17 +01:00

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)