OBJECT

PayeeAssetSplit

A payor shared an asset with a payee

link GraphQL Schema definition

  • type PayeeAssetSplit {
  • # Time when the payee accepted the split
  • accepted_at: DateTime
  • # Time when the split was archived
  • archived_at: DateTime
  • # The asset
  • asset_id: ID!
  • # Time when the split was created
  • created_at: DateTime!
  • id: ID!
  • # Payee Invitation
  • payee_invite: PayeeInvite!
  • # The percentage of ownership shared by payor to payee
  • percentage: Float
  • # Time when the payee rejected the split
  • rejected_at: DateTime
  • # Time when the split was updated
  • updated_at: DateTime!
  • }