Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentMethodRemoteCreatePayload
Return type for customerPaymentMethodRemoteCreate mutation.
Signature:
export interface CustomerPaymentMethodRemoteCreatePayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| customerPaymentMethod? | Maybe<CustomerPaymentMethod> | (Optional) The customer payment method. | |
| userErrors | Array<CustomerPaymentMethodRemoteUserError> | The list of errors that occurred from executing the mutation. |