Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentCustomizationDeletePayload
Return type for paymentCustomizationDelete mutation.
Signature:
export interface PaymentCustomizationDeletePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| deletedId? | Maybe<Scalars[‘ID’][‘output’]> | (Optional) Returns the deleted payment customization ID. | |
| userErrors | Array<PaymentCustomizationError> | The list of errors that occurred from executing the mutation. |