Shows the group that a certain key belongs to. This helps differentiate between names and addresses for different organizations, that can be hard to determine via JSON response.

interface ExpenseGroupProperty {
    Id?: string;
    Types?: string[];
}

Properties

Properties

Id?: string

Provides a group Id number, which will be the same for each in the group.

Types?: string[]

Informs you on whether the expense group is a name or an address.