Sha256: db7fb849eaa17bf587362c3a0dc3150a9e5967ecbcc660e44b435b6aa4ed9018
Contents?: true
Size: 674 Bytes
Versions: 203
Compression:
Stored size: 674 Bytes
Contents
# UltracartClient::AutoOrderItemFutureSchedule ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **item_id** | **String** | Item ID that should rebill | [optional] | | **rebill_count** | **Integer** | The number of times this rebill represents | [optional] | | **shipment_dts** | **String** | Date/time that this item is scheduled to rebill | [optional] | | **unit_cost** | **Float** | The unit cost of the item rebilling | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::AutoOrderItemFutureSchedule.new( item_id: null, rebill_count: null, shipment_dts: null, unit_cost: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems