Sha256: 8922b9e46d374d6669929552370b5cad528b6efc2811c69a6f15576375ce4ebe
Contents?: true
Size: 749 Bytes
Versions: 196
Compression:
Stored size: 749 Bytes
Contents
# UltracartClient::EmailPerformanceCustomerHistogramPeriod ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **active** | **Integer** | Active customers last active in this period | [optional] | | **inactive** | **Integer** | Inactive customers last active in this period | [optional] | | **month** | **Integer** | Month (1 = January) | [optional] | | **total** | **Integer** | Total customers last active in this period | [optional] | | **year** | **Integer** | Year (four digits) | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailPerformanceCustomerHistogramPeriod.new( active: null, inactive: null, month: null, total: null, year: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems