stack

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

AdminTypes.CustomerPaymentMethodCreateFromDuplicationDataPayload interface

Return type for customerPaymentMethodCreateFromDuplicationData mutation.

Signature:

export interface CustomerPaymentMethodCreateFromDuplicationDataPayload 

Properties

Property Modifiers Type Description
customerPaymentMethod?   Maybe<CustomerPaymentMethod> (Optional) The customer payment method.
userErrors   Array<CustomerPaymentMethodCreateFromDuplicationDataUserError> The list of errors that occurred from executing the mutation.