SyncteraRubySdk::SpendControlRollingWindowDays
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| time_range_type | String | ||
| days | Integer | The number of days to define a rolling window for a spend control |
Example
require 'synctera_ruby_sdk'
instance = SyncteraRubySdk::SpendControlRollingWindowDays.new(
time_range_type: null,
days: null
)