ENUM

RemainingPayeePercentageReason

Indicates why an asset has the RemainingPayeePercentage value that it does.

link GraphQL Schema definition

  • enum RemainingPayeePercentageReason {
  • # Payor has already allocated 100% of the asset via PayeeAssetSplit. Note: The
  • # invite does not have to be accepted for the percentage to be considered.
  • FULLY_ALLOCATED
  • # Payor does not have full ownership of the asset.
  • NO_OWNERSHIP
  • # Payor does not have asset.
  • NO_ASSET
  • }