Sha256: 2bfd0c2db2eb5c95d990bc8b7a3fc455cd376a004edc961fb4b9d30d2ae53088
Contents?: true
Size: 571 Bytes
Versions: 198
Compression:
Stored size: 571 Bytes
Contents
# UltracartClient::EmailFlowBackPopulateRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **order_days_old** | **Integer** | The age of the orders that should be considered for order triggers. | [optional] | | **relative_to_event** | **Boolean** | True if the age of the event should be considered when reducing the initial flow wait step | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::EmailFlowBackPopulateRequest.new( order_days_old: null, relative_to_event: null ) ```
Version data entries
198 entries across 198 versions & 1 rubygems