ENUM

CreditableType

The entity that this Credit is associated with.

link GraphQL Schema definition

  • enum CreditableType {
  • # A `Discount`.
  • Discount
  • # A `Payment`.
  • Payment
  • }