mirror of
https://github.com/stoatchat/rust-mollie-sdk.git
synced 2026-07-01 05:09:43 -04:00
687 B
687 B
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] |