Method: TalonOne::CustomerActivityReport.openapi_types
- Defined in:
- lib/talon_one/models/customer_activity_report.rb
.openapi_types ⇒ Object
Attribute type mapping.
77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 |
# File 'lib/talon_one/models/customer_activity_report.rb', line 77 def self.openapi_types { :'integration_id' => :'String', :'created' => :'DateTime', :'name' => :'String', :'customer_id' => :'Integer', :'last_activity' => :'DateTime', :'coupon_redemptions' => :'Integer', :'coupon_use_attempts' => :'Integer', :'coupon_failed_attempts' => :'Integer', :'accrued_discounts' => :'Float', :'accrued_revenue' => :'Float', :'total_orders' => :'Integer', :'total_orders_no_coupon' => :'Integer', :'campaign_name' => :'String' } end |