ExpensePaymentType
Tracks expense payment types, detailing configurations, statuses, and financial offsets.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique identifier for the expense payment type record. |
| Name [KEY] | String | False |
Name of the expense payment type. |
| Description | String | False |
Description of the expense payment type. |
| Nonreimbursable | Boolean | False |
Indicates whether the payment type is non-reimbursable. |
| Offsetacctkey | Int64 | False |
Key referencing the offset account associated with the payment type. |
| Offsetacctno | String | False |
Account number of the offset account associated with the payment type. |
| Status | String | False |
Current status of the expense payment type (e.g., active, inactive). |
| Whencreated | Datetime | False |
Timestamp when the expense payment type was created. |
| Whenmodified | Datetime | False |
Timestamp when the expense payment type was last modified. |
| Createdby | Int64 | False |
Identifier of the user who created the expense payment type. |
| Modifiedby | Int64 | False |
Identifier of the user who last modified the expense payment type. |
| Megaentitykey | Int64 | False |
Key referencing the mega-entity associated with the expense payment type. |
| Megaentityid | String | False |
Identifier of the mega-entity associated with the expense payment type. |
| Megaentityname | String | False |
Name of the mega-entity associated with the expense payment type. |
| Record_url | String | False |
URL link to the expense payment type record in the system. |