stack

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

AdminTypes.CustomerPaymentMethodGetDuplicationDataPayload interface

Return type for customerPaymentMethodGetDuplicationData mutation.

Signature:

export interface CustomerPaymentMethodGetDuplicationDataPayload 

Properties

Property Modifiers Type Description
encryptedDuplicationData?   Maybe<Scalars[‘String’][‘output’]> (Optional) The encrypted data from the payment method to be duplicated.
userErrors   Array<CustomerPaymentMethodGetDuplicationDataUserError> The list of errors that occurred from executing the mutation.