Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 584 Bytes

File metadata and controls

22 lines (16 loc) · 584 Bytes

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

require 'ultracart_api'

instance = UltracartClient::AutoOrderItemSimpleSchedule.new(
  frequency: null,
  item_id: null,
  repeat_count: null
)