GraphQL ENUM
HistorytypeEnum
link Definition
- enum HistorytypeEnum {
- # Card authorized
- # Refund
- # Duplicate contact
- # Customer contact
- # Client contact
- # Sent reminder 1 to client (waiting for reply)
- # Sent reminder 2 to client (waiting for reply)
- # Sent reminder 3 to client (waiting for reply)
- # Sent refund-request-email to client (waiting for reply)
- # Customer asked for a refund
- # Send payment-incomplete-mail to client (waiting for reply)
- # Recurring billing canceled
- # Proactive customer contact
- # Customer contact (forwarded by client)
- # Internal note
- }