AccountNotifications
Account notifications
type AccountNotifications {
emailCustomerOnRefund: Boolean
emailCustomerOnSuccess: Boolean
emailCustomerOnSubscription: Boolean
emailAdminOnSuccess: Boolean
emailAdminOnSubscription: Boolean
adminEmails: [String!]
}
Fields
AccountNotifications.emailCustomerOnRefund ● Boolean scalar
Whether to send an email to the customer on refund
AccountNotifications.emailCustomerOnSuccess ● Boolean scalar
Whether to send an email to the customer on successful payment
AccountNotifications.emailCustomerOnSubscription ● Boolean scalar
Whether to send an email to the customer on successful subscription
AccountNotifications.emailAdminOnSuccess ● Boolean scalar
Whether to send an email to the admin on every successful payment
AccountNotifications.emailAdminOnSubscription ● Boolean scalar
Whether to send an email to the admin on every successful subscription
AccountNotifications.adminEmails ● [String!] list scalar
List of admin emails to send notifications
Member Of
Account object