Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 725 Bytes

AccountDashboardStatisticRevenue.md

File metadata and controls

21 lines (14 loc) · 725 Bytes

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

require 'TalonOne'

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