Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodGetDuplicationDataPayload
Return type for customerPaymentMethodGetDuplicationData mutation.
Signature:
export interface CustomerPaymentMethodGetDuplicationDataPayload
| 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. |