Interface iCloudFamilyInfo

Hierarchy

  • iCloudFamilyInfo

Properties

family: {
    etag: string;
    familyId: string;
    invitations: any[];
    members: string[];
    organizer: string;
    outgoingTransferRequests: any[];
    transferRequests: any[];
}

Type declaration

  • etag: string
  • familyId: string
  • invitations: any[]
  • members: string[]
  • organizer: string
  • outgoingTransferRequests: any[]
  • transferRequests: any[]
familyInvitations: any[]
familyMembers: {
    ageClassification: string;
    appleId: string;
    appleIdForPurchases: string;
    dsid: string;
    dsidForPurchases: string;
    familyId: string;
    firstName: string;
    fullName: string;
    hasAskToBuyEnabled: boolean;
    hasParentalPrivileges: boolean;
    hasScreenTimeEnabled: boolean;
    hasShareMyLocationEnabled: boolean;
    hasSharePurchasesEnabled: boolean;
    lastName: string;
    originalInvitationEmail: string;
    shareMyLocationEnabledFamilyMembers?: any[];
}[]
isMemberOfFamily: boolean
outgoingTransferRequests: any[]
showAddMemberButton: boolean
status: number
status-message: string

Generated using TypeDoc