Interface ExpenseGroupProperty.Builder

    • Method Detail

      • types

        ExpenseGroupProperty.Builder types​(Collection<String> types)

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

        Parameters:
        types - Informs you on whether the expense group is a name or an address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • types

        ExpenseGroupProperty.Builder types​(String... types)

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

        Parameters:
        types - Informs you on whether the expense group is a name or an address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ExpenseGroupProperty.Builder id​(String id)

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

        Parameters:
        id - Provides a group Id number, which will be the same for each in the group.
        Returns:
        Returns a reference to this object so that method calls can be chained together.