Sha256: 0b01b1c1cd13014ce18d43a7f2c31e3a304e7299518bcb74cf4569f24f04cf0e
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 Bytes
Contents
# 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 ```ruby require 'synctera_ruby_sdk' instance = SyncteraRubySdk::SpendControlRollingWindowDays.new( time_range_type: null, days: null ) ```
Version data entries
4 entries across 4 versions & 1 rubygems