Skip to content
This repository has been archived by the owner on Oct 17, 2023. It is now read-only.

Latest commit

 

History

History
20 lines (16 loc) · 5.05 KB

TimeResponse.md

File metadata and controls

20 lines (16 loc) · 5.05 KB

TimeResponse

Properties

Name Type Description Notes
created datetime { "description" : "The UTC DateTime when the object was created.", "verbs":[] } [optional]
periods int {&quot;description&quot;:&quot;(Required: one of [`periods`, `to`])<br>The number of period boundaries up to which the subscription should advance. A 1-value advances the subscription to the end of its current service period. Higher values advance the subscription to subsequent period boundaries.&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional]
to datetime {&quot;description&quot;:&quot;(Required: one of [`periods`, `to`])<br>The time up until which the subscription should be fast-forwarded.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional]
dry_run bool {&quot;default&quot;:false,&quot;description&quot;:&quot;Changes described in the response:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Are not actually performed; your subscription remains unchanged, no billing events run, and no invoices are executed.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Are actually performed and committed.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
skip_intermediate_periods bool {&quot;default&quot;:false,&quot;description&quot;:&quot;As time scrubs forward:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Raise no invoice upon advancing over a period boundary.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Raise invoices for any period that is entered.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
handle_amendments bool {&quot;default&quot;:true,&quot;description&quot;:&quot;As time scrubs forward:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Run any amendments that were scheduled to action.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Do not run any amendments that were scheduled to action.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
execution_strategy str {&quot;default&quot;:&quot;<span class=\&quot;label label-default\&quot;>SingleAttempt</span>&quot;,&quot;description&quot;:&quot;What strategy to use when executing any invoices raised as time advances:<br><span class=\&quot;label label-default\&quot;>SingleAttempt</span> &mdash; Execute any invoice just once.<br><span class=\&quot;label label-default\&quot;>FollowDunning</span> &mdash; Apply the existing dunning strategy when executing invoices.<br><span class=\&quot;label label-default\&quot;>None</span>: Do not execute invoices.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional]
freeze_on_completion bool {&quot;default&quot;:false,&quot;description&quot;:&quot;Once the subscription is advanced through time:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Freeze the subscription.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Do not freeze the subscription.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
advance_inclusively bool {&quot;default&quot;:true,&quot;description&quot;:&quot;When advancing onto an instant in time:<br><span class=\&quot;label label-default\&quot;>true</span> &mdash; Action the events scheduled for your destination time. Amendments scheduled at your destined time will be actioned during this time travel. Advancing to a period boundary will promote your subscription to the period on the future side of that boundary.<br><span class=\&quot;label label-default\&quot;>false</span> &mdash; Do not action events scheduled for your destination time. Amendments scheduled at your destined time will not be actioned during this time travel. Advancing to a period boundary will result in your subscription's remaining within the period on the past side of that boundary.&quot;,&quot;verbs&quot;:[&quot;POST&quot;,&quot;GET&quot;]} [optional] [default to False]
subscriptions list[Subscription] [optional]
invoices list[Invoice] [optional]

[Back to Model list] [Back to API list] [Back to README]