stack

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

AdminTypes.CustomerPaymentMethodRemoteCreatePayload interface

Return type for customerPaymentMethodRemoteCreate mutation.

Signature:

export interface CustomerPaymentMethodRemoteCreatePayload 

Properties

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.