Payment Batch
C_PaymentBatch
Payment batch for EFT
Overview
| Table Name | C_PaymentBatch |
|---|---|
| Access Level | Organization Only |
| Entity Type | D |
| Is Document | Yes |
| Is View | No |
| Has UUID | Yes |
| Parent Table | AD_Client |
| Wiki | View on iDempiere Wiki |
Columns (15)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Name |
String(60) | Yes | - | Alphanumeric identifier of the entity |
DocumentNo |
String(30) | No | - | Document sequence number of the document |
AD_Client_ID |
Table Direct(22) | Yes | @#AD_Client_ID@ | Tenant for this installation. |
AD_Org_ID |
Table Direct(22) | Yes | @#AD_Org_ID@ | Organizational entity within tenant |
C_PaymentBatch_ID |
ID(22) | Yes | - | Payment batch for EFT |
C_PaymentBatch_UU |
String(36) | No | - | - |
C_PaymentProcessor_ID |
Table Direct(22) | Yes | - | Payment processor for electronic payments |
Created |
Date+Time(7) | Yes | SYSDATE | Date this record was created |
CreatedBy |
Search(22) | Yes | - | User who created this records |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
Processed |
Yes-No(1) | Yes | - | The document has been processed |
Processing |
Button(1) | Yes | - | - |
ProcessingDate |
Date(7) | No | - | - |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Foreign Keys
| Column | References | Description |
|---|---|---|
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
C_PaymentProcessor_ID |
C_PaymentProcessor.C_PaymentProcessor_ID | Payment processor for electronic payments |
Generated on 2026-05-03T16:41:56.992834251Z