Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 749 Bytes

File metadata and controls

26 lines (20 loc) · 749 Bytes

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

require 'ultracart_api'

instance = UltracartClient::EmailPerformanceCustomerHistogramPeriod.new(
  active: null,
  inactive: null,
  month: null,
  total: null,
  year: null
)