title: "PaymentMethod" category: reference tags: [entity, payment-method, datamodel] source: Entities.xml date: 2026-04-17 status: published
PaymentMethod
Type: Entity Properties: 11 Contexts: 1 Statussen: 2
DB-schema:
lookup_table_schema("PaymentMethod")· ../tables/PaymentMethod
Contextsbewerken
- 0: Standaard (
PaymentMethodContext.None)
Statussenbewerken
- -1: Trash (
PaymentMethodStatus.Trash) - 0: None (
PaymentMethodStatus.None)
Propertiesbewerken
| Property | Type | Kolom | Width | Nullable | Default |
|---|---|---|---|---|---|
| Id | UltimoString | PYMMID | 3 | false | |
| Context | Context | PYMMCONTEXT | false | ||
| DataProvider | UltimoString | PYMMDATAPROVIDER | 50 | true | |
| Description | UltimoString | PYMMDESCR | 200 | true | |
| Exported | Boolean | PYMMEXPORTED | false | ||
| ExternalId | UltimoString | PYMMEXTERNALID | 50 | true | |
| ExternalStatus | UltimoString | PYMMEXTERNALSTATUS | 50 | true | |
| ProviderMutationDate | DateTime? | PYMMPROVIDERMUTDATE | true | ||
| RecordCreateDate | DateTime? | PYMMRECCREATEDATE | true | SYSDATETIME | |
| Status | Status | PYMMRECSTATUS | false | ||
| TransferNextTime | Boolean | PYMMTRANSFERNEXTTIME | false | 0 |
Brondatabewerken
- Entity-definitie —
lookup_entity("PaymentMethod")Model-perspectief (properties, contexts, statussen). Bron:Entities.xml. - DB-schema —
lookup_table_schema("PaymentMethod")· ../tables/PaymentMethod DB-perspectief (triggers, computed, defaults). Bron:database-schema.json. - Workflows —
find_workflows("", entity="PaymentMethod")Before/After Save events voor PaymentMethod. Bron:workflows.xml.