Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This structure represents the fields associated with an expense type group.

Format


Panel
titlePwsExpenseTypeGroupRef
  • PwsExpenseTypeGroupRef
    • ExpenseTypeGroupId: Int32
    • ExpenseTypeGroupName: String (50)
    • ExpenseTypeGroupUid: Int64

Elements


Element

Data Type

Required?

Default

Description

Sample Data

ExpenseTypeGroupId

Int32

 No

 

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

 

ExpenseTypeGroupName

String (50)

One of ExpenseTypeGroupName or ExpenseTypeGroupUid is required 

 

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

 

ExpenseTypeGroupUid

Int64

See ExpenseTypeGroupName

 

A unique and immutable identifier for an expense type group

 

Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                    <com:ExpenseTypeGroupIdentity>
                        <com:ExpenseTypeGroupId>?</com:ExpenseTypeGroupId>
                        <com:ExpenseTypeGroupName>Out of Pocket Expense</com:ExpenseTypeGroupName>
                        <com:ExpenseTypeGroupUid>1152921504606847038</com:ExpenseTypeGroupUid>
                     </com:ExpenseTypeGroupIdentity>