stack

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

AdminTypes.PaymentReminderSendPayload interface

Return type for paymentReminderSend mutation.

Signature:

export interface PaymentReminderSendPayload 

Properties

Property Modifiers Type Description
success?   Maybe<Scalars[‘Boolean’][‘output’]> (Optional) Whether the payment reminder email was successfully sent.
userErrors   Array<PaymentReminderSendUserError> The list of errors that occurred from executing the mutation.