GraphQL ENUM

HistorytypeEnum

link Definition

  • enum HistorytypeEnum {
  • # Card authorized
  • Authorize
  • # Refund
  • Refund
  • # Duplicate contact
  • DuplicateContact
  • # Customer contact
  • CustomerContact
  • # Client contact
  • ClientContact
  • # Sent reminder 1 to client (waiting for reply)
  • Reminder1
  • # Sent reminder 2 to client (waiting for reply)
  • Reminder2
  • # Sent reminder 3 to client (waiting for reply)
  • Reminder3
  • # Sent refund-request-email to client (waiting for reply)
  • RefundRequest
  • # Customer asked for a refund
  • CustomerAskedForRefund
  • # Send payment-incomplete-mail to client (waiting for reply)
  • SendPaymentIncompleteMailToClient
  • # Recurring billing canceled
  • RecurringbillingCancel
  • # Proactive customer contact
  • ProactiveCustomerContact
  • # Customer contact (forwarded by client)
  • CustomerContactForwarded
  • # Internal note
  • InternalNote
  • }