Sha256: a0a09561e1b72268cdfe9f292da850d775b5354c67176894ad58bbf7894c502b
Contents?: true
Size: 584 Bytes
Versions: 196
Compression:
Stored size: 584 Bytes
Contents
# UltracartClient::AutoOrderItemSimpleSchedule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **frequency** | **String** | Frequency of the rebill if not a fixed schedule | [optional] | | **item_id** | **String** | Item ID that should rebill | [optional] | | **repeat_count** | **Integer** | The number of times this simple schedule is configured for | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderItemSimpleSchedule.new( frequency: null, item_id: null, repeat_count: null ) ```
Version data entries
196 entries across 196 versions & 1 rubygems