stack

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

AdminTypes.CustomerPaymentMethodCreditCardCreatePayload interface

Return type for customerPaymentMethodCreditCardCreate mutation.

Signature:

export interface CustomerPaymentMethodCreditCardCreatePayload 

Properties

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