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

17 lines
1.0 KiB
Markdown

# EntityCustomerLinks
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**param_self** | [**models::Url**](url.md) | |
**dashboard** | [**models::Url**](url.md) | |
**payments** | Option<[**models::UrlNullable**](url-nullable.md)> | The API resource URL of the [payments](list-payments) linked to this customer. Omitted if no such payments exist (yet). | [optional]
**mandates** | Option<[**models::UrlNullable**](url-nullable.md)> | The API resource URL of the [mandates](list-mandates) linked to this customer. Omitted if no such mandates exist (yet). | [optional]
**subscriptions** | Option<[**models::UrlNullable**](url-nullable.md)> | The API resource URL of the [subscriptions](list-subscriptions) linked to this customer. Omitted if no such subscriptions exist (yet). | [optional]
**documentation** | [**models::Url**](url.md) | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)