stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionBillingAttemptCreatePayload

AdminTypes.SubscriptionBillingAttemptCreatePayload interface

Return type for subscriptionBillingAttemptCreate mutation.

Signature:

export interface SubscriptionBillingAttemptCreatePayload 

Properties

Property Modifiers Type Description
subscriptionBillingAttempt?   Maybe<SubscriptionBillingAttempt> (Optional) The subscription billing attempt.
userErrors   Array<BillingAttemptUserError> The list of errors that occurred from executing the mutation.