PwsExpenseTypeGroupSummary

Overview


This structure includes basic information about an expense type group. The information represented in this structure is not comprehensive and only includes certain key attributes of an expense type group deemed to be useful in a listing of expense types.

Format


PwsExpenseTypeGroupSummary
  • PwsExpenseTypeGroupSummary
    • ExpenseTypeGroupId: Int32
    • ExpenseTypeGroupName: String (50)
    • ExpenseTypeGroupUid: Int64
    • InactiveFlag: Boolean

Elements


Element

Data Type

Required

Description

Sample Data

ExpenseTypeGroupId

Int32

No

The expense type group Id is a unique identifier for an expense type group. For internal use only.


ExpenseTypeGroupName (50)

String

One of ExpenseTypeGroupName or ExpenseTypeGroupUid is required

The expense type group name is a unique identifier for an expense type group.

Travel

ExpenseTypeGroupUid

Int64

See ExpenseTypeGroupName

A unique and immutable identifier for an expense type group.

1152921504606847818

InactiveFlag

Boolean

No

If set to 'true', the expense type group is marked as inactive.

false

Usage Example(s)


Example 01
              <b:PwsExpenseTypeGroupSummary>
                  <b:ExpenseTypeGroupId i:nil="true"/>
                  <b:ExpenseTypeGroupName>Travel</b:ExpenseTypeGroupName>
                  <b:ExpenseTypeGroupUid>1152921504606847818</b:ExpenseTypeGroupUid>
                  <b:InactiveFlag>false</b:InactiveFlag>
               </b:PwsExpenseTypeGroupSummary>