title: "PaymentCard" category: reference tags: [entity, payment-card, datamodel] source: Entities.xml date: 2026-04-17 status: published
PaymentCard
Type: Entity Properties: 15 Contexts: 2 Statussen: 2
DB-schema:
lookup_table_schema("PaymentCard")· ../tables/PaymentCard
Contextsbewerken
- 0: Standaard (
PaymentCardContext.None) - 1: Tankbeurten (
PaymentCardContext.Refueling)
Statussenbewerken
- -1: Trash (
PaymentCardStatus.Trash) - 0: None (
PaymentCardStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PYMCID | 6 | false | |
| Code | UltimoString | PYMCCODE | 40 | true | |
| Context | Context | PYMCCONTEXT | false | ||
| DataProvider | UltimoString | PYMCDATAPROVIDER | 50 | true | |
| Exported | Boolean | PYMCEXPORTED | false | 0 | |
| ExternalId | UltimoString | PYMCEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PYMCEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | PYMCPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | PYMCRECCREATEDATE | true | SYSDATETIME | |
| Site | Site | PYMCSITID | true | ||
| Status | Status | PYMCRECSTATUS | false | ||
| SystemCompany | Company | PYMCCOMPID | false | ||
| Text | UltimoString | PYMCTEXT | true | ||
| TransferNextTime | Boolean | PYMCTRANSFERNEXTTIME | false | 0 | |
| Vendor | Vendor | PYMCVDRID | true |
Brondatabewerken
- Entity-definitie —
lookup_entity("PaymentCard")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PaymentCard")· ../tables/PaymentCard DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PaymentCard")Before/After Save events voor PaymentCard. Bron:workflows.xml.