ENUM

DisbursableType

The entity that this DisbursementDetail is associated with.

link GraphQL Schema definition

  • enum DisbursableType {
  • # A `Payment`.
  • Payment
  • # A `Refunded Payment`.
  • RefundedPayment
  • }