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

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]

[Back to Model list] [Back to API list] [Back to README]