SyncteraRubySdk::SpendControlRollingWindowDaysAllOf

Properties

Name Type Description Notes
days Integer The number of days to define a rolling window for a spend control

Example

require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::SpendControlRollingWindowDaysAllOf.new(
  days: null
)