Skip to main content

AccountNotificationsInput

Account notifications input

input AccountNotificationsInput {
emailCustomerOnRefund: Boolean
emailCustomerOnSuccess: Boolean
emailCustomerOnSubscription: Boolean
emailAdminOnSuccess: Boolean
emailAdminOnSubscription: Boolean
adminEmails: [String!]
}

Fields

AccountNotificationsInput.emailCustomerOnRefund ● Boolean scalar

Whether to send an email to the customer on refund

AccountNotificationsInput.emailCustomerOnSuccess ● Boolean scalar

Whether to send an email to the customer on successful payment

AccountNotificationsInput.emailCustomerOnSubscription ● Boolean scalar

Whether to send an email to the customer on successful subscription

AccountNotificationsInput.emailAdminOnSuccess ● Boolean scalar

Whether to send an email to the admin on every successful payment

AccountNotificationsInput.emailAdminOnSubscription ● Boolean scalar

Whether to send an email to the admin on every successful subscription

AccountNotificationsInput.adminEmails ● [String!] list scalar

List of admin emails to send notifications

Member Of

UpdateAccountInput input