Royalty
Source: lyda-shared/src/Models/Royalty.ts
Royalty
Type: interface
export interface Royalty {
period1: string;
label: string;
releasename: string;
releaseartists: string;
upc: string;
catalogue: string;
title: string;
mixver: string;
isrc: string;
trackartists: string;
provider: string;
period2: string;
territory: string;
delivery: string;
type: string;
salevoid: string;
count: number;
royalty: number;
dataprovider: string;
updated_at: Date;
id: number;
}
Properties
| Property | Type | Required | Description |
|---|---|---|---|
| period1 | string | Yes | - |
| label | string | Yes | - |
| releasename | string | Yes | - |
| releaseartists | string | Yes | - |
| upc | string | Yes | - |
| catalogue | string | Yes | - |
| title | string | Yes | - |
| mixver | string | Yes | - |
| isrc | string | Yes | - |
| trackartists | string | Yes | - |
| provider | string | Yes | - |
| period2 | string | Yes | - |
| territory | string | Yes | - |
| delivery | string | Yes | - |
| type | string | Yes | - |
| salevoid | string | Yes | - |
| count | number | Yes | - |
| royalty | number | Yes | - |
| dataprovider | string | Yes | - |
| updated_at | Date | Yes | - |
| id | number | Yes | - |