AccountNotifications
Email notification preferences for the merchant and their customers.
type AccountNotifications {
emailCustomerOnRefund: Boolean
emailCustomerOnSuccess: Boolean
emailCustomerOnSubscription: Boolean
emailAdminOnSuccess: Boolean
emailAdminOnSubscription: Boolean
adminEmails: [String!]
}
Fields
AccountNotifications.emailCustomerOnRefund ● Boolean scalar
Email customers when a payment is refunded.
AccountNotifications.emailCustomerOnSuccess ● Boolean scalar
Email customers on successful payment.
AccountNotifications.emailCustomerOnSubscription ● Boolean scalar
Email customers on successful subscription charge.
AccountNotifications.emailAdminOnSuccess ● Boolean scalar
Email account admins on every successful payment.
AccountNotifications.emailAdminOnSubscription ● Boolean scalar
Email account admins on every successful subscription charge.
AccountNotifications.adminEmails ● [String!] list scalar
Admin email recipients for the toggles above.
Member Of
Account object