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