pontoconnect_rs 2.0.3

For more info, please refer to the documentation: https://documentation.ibanity.com/ponto-connect/
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# UsageAttributes

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**account_count** | Option<**f64**> | Number of accounts linked to the integration. The total is prorated, so may be a decimal number if accounts have been linked or unlinked during the month. | [optional]
**bulk_payment_bundle_count** | Option<**f64**> | <strong>[Deprecated - use <code>bulkPaymentCount</code> instead]</strong>Number of initiated bulk payment bundles created by the integration | [optional]
**bulk_payment_count** | Option<**f64**> | Number of initiated bulk payment created by the integration | [optional]
**payment_account_count** | Option<**f64**> | <strong>[Deprecated]</strong>Number of accounts which initiated a payment created by the integration | [optional]
**payment_count** | Option<**f64**> | Number of initiated payments created by the integration | [optional]
**total_accounts** | Option<**f64**> |  | [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)