Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingCycleScheduleEditInput
The input fields for parameters to modify the schedule of a specific billing cycle.
Signature:
export interface SubscriptionBillingCycleScheduleEditInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| billingDate? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) Sets the expected billing date for the billing cycle. | |
| reason | SubscriptionBillingCycleScheduleEditInputScheduleEditReason | `${SubscriptionBillingCycleScheduleEditInputScheduleEditReason}` | The reason for editing. | |
| skip? | InputMaybe<Scalars[‘Boolean’][‘input’]> | (Optional) Sets the skip status for the billing cycle. |