Sha256: 841bb82c566334fc29c2104b2d0108d5c1b86c6ca9ae0594fc2860b7d946a461

Contents?: true

Size: 725 Bytes

Versions: 6

Compression:

Stored size: 725 Bytes

Contents

# TalonOne::AccountDashboardStatisticRevenue

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **Float** | All revenue that went through the client's shop (including purchases that didn’t trigger an effect). | 
**influenced** | **Float** | The revenue that was created by a purchase that triggered an effect (excluding web hooks, notifications). | 
**datetime** | **DateTime** | Values aggregated for the specified date. | 

## Code Sample

```ruby
require 'TalonOne'

instance = TalonOne::AccountDashboardStatisticRevenue.new(total: null,
                                 influenced: null,
                                 datetime: null)
```


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-7.0.0 docs/AccountDashboardStatisticRevenue.md
talon_one-6.0.0 docs/AccountDashboardStatisticRevenue.md
talon_one-5.0.0 docs/AccountDashboardStatisticRevenue.md
talon_one-3.0.2 docs/AccountDashboardStatisticRevenue.md
talon_one-3.0.1 docs/AccountDashboardStatisticRevenue.md
talon_one-3.0.0 docs/AccountDashboardStatisticRevenue.md