title: "PaymentCardIssue" category: reference tags: [entity, payment-card-issue, datamodel] source: Entities.xml date: 2026-04-17 status: published
PaymentCardIssue
Type: Entity Properties: 16 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("PaymentCardIssue")· ../tables/PaymentCardIssue
Contextsbewerken
- 0: Standaard (
PaymentCardIssueContext.None) - 1: Tankbeurten (
PaymentCardIssueContext.Refueling)
Statussenbewerken
- -1: Trash (
PaymentCardIssueStatus.Trash) - 0: None (
PaymentCardIssueStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PYMCIID | 6 | false | |
| Context | Context | PYMCICONTEXT | false | ||
| DataProvider | UltimoString | PYMCIDATAPROVIDER | 50 | true | |
| Employee | Employee | PYMCIEMPID | true | ||
| EndDate | DateTime? | PYMCIENDDATE | true | ||
| Equipment | Equipment | PYMCIEQMID | true | ||
| Exported | Boolean | PYMCIEXPORTED | false | 0 | |
| ExternalId | UltimoString | PYMCIEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PYMCIEXTERNALSTATUS | 50 | true | |
| PaymentCard | PaymentCard | PYMCIPYMCID | true | ||
| ProviderMutationDate | DateTime? | PYMCIPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | PYMCIRECCREATEDATE | true | SYSDATETIME | |
| StartDate | DateTime? | PYMCISTARTDATE | true | ||
| Status | Status | PYMCIRECSTATUS | false | ||
| SystemCompany | Company | PYMCICOMPID | false | ||
| TransferNextTime | Boolean | PYMCITRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("PaymentCardIssue")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PaymentCardIssue")· ../tables/PaymentCardIssue DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PaymentCardIssue")Before/After Save events voor PaymentCardIssue. Bron:workflows.xml.