stack

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

AdminTypes.CustomerPaymentMethodRemoteCreditCardCreatePayload interface

Return type for customerPaymentMethodRemoteCreditCardCreate mutation.

Signature:

export interface CustomerPaymentMethodRemoteCreditCardCreatePayload 

Properties

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