OBJECT
PayeeMediaSplit
A media and its associated payee asset fields for a payee invitation
link GraphQL Schema definition
- type PayeeMediaSplit {
- # Date when payor created payee asset splits
- DateTime! :
- ID! :
- # The media for the payee invitation
- Media! :
- # Asset id for music video
- ID @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Payee asset id for music video
- ID @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Music video royalty percentage on asset split
- Float :
- # Translated phrase for payee asset split status for music video
- String! :
- # The payor of the payee invitation
- User! :
- # Asset id for sound recording
- ID @deprecated( reason: "WARNING: this field is not currently used in any application" ) :
- # Payee asset id for sound recording
- ID :
- # Sound recording royalty percentage on asset split
- Float :
- # Translated phrase for payee asset split status for sound recording
- String! :
- # Status of the asset split. One of values in Enum PayeeAssetSplitStatus
- String! :
- Float! :
- }