Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingCycleEditsDeletePayload
Return type for subscriptionBillingCycleEditsDelete mutation.
Signature:
export interface SubscriptionBillingCycleEditsDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| billingCycles? | Maybe<Array<SubscriptionBillingCycle>> | (Optional) The list of updated billing cycles. | |
| userErrors | Array<SubscriptionBillingCycleUserError> | The list of errors that occurred from executing the mutation. |