Interface MemberAwards

interface MemberAwards {
    createdAt: string;
    custom_fields?: CustomField[];
    endsAt: null | string;
    entityType: EntityType;
    id: number;
    member: Resource;
    owner: Resource;
    qualification: Resource;
    resourceType: string;
    startsAt: null | string;
    updatedAt: string;
}

Hierarchy

  • Entity
    • MemberAwards

Properties

createdAt: string
custom_fields?: CustomField[]
endsAt: null | string
entityType: EntityType
id: number
member: Resource
owner: Resource
qualification: Resource
resourceType: string
startsAt: null | string
updatedAt: string