Home > @infiniteobjects/shopify-data-manager > AdminTypes > PaymentCustomizationCreatePayload
Return type for paymentCustomizationCreate mutation.
Signature:
export interface PaymentCustomizationCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| paymentCustomization? | Maybe<PaymentCustomization> | (Optional) Returns the created payment customization. | |
| userErrors | Array<PaymentCustomizationError> | The list of errors that occurred from executing the mutation. |