Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingAttemptInput
The input fields required to complete a subscription billing attempt.
Signature:
export interface SubscriptionBillingAttemptInput
Property | Modifiers | Type | Description |
---|---|---|---|
billingCycleSelector? | InputMaybe<SubscriptionBillingCycleSelector> | (Optional) Select the specific billing cycle to be billed. Default to bill the current billing cycle if not specified. | |
idempotencyKey | Scalars[‘String’][‘input’] | A unique key generated by the client to avoid duplicate payments. For more information, refer to [Idempotent requests](https://shopify.dev/api/usage/idempotent-requests). | |
originTime? | InputMaybe<Scalars[‘DateTime’][‘input’]> | (Optional) The date and time used to calculate fulfillment intervals for a billing attempt that successfully completed after the current anchor date. To prevent fulfillment from being pushed to the next anchor date, this field can override the billing attempt date. |