Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Overview


This structure represents the fields associated with an expense type group

Format


PwsExpenseTypeGroupRef
  • 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)


Example 01
                    <com:ExpenseTypeGroupIdentity>
                        <com:ExpenseTypeGroupId>?</com:ExpenseTypeGroupId>
                        <com:ExpenseTypeGroupName>Out of Pocket Expense</com:ExpenseTypeGroupName>
                        <com:ExpenseTypeGroupUid>1152921504606847038</com:ExpenseTypeGroupUid>
                     </com:ExpenseTypeGroupIdentity>



  • No labels