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