/
Payment Data Type
Payment Data Type
Payments relate to transactions. A payment can be made against one or more transactions.
Payment header
Field | Description |
---|---|
datePaid__c | The date the payment was paid |
financialAccount__c | The financial account the payment is applied to |
paymentType__c | The payment type. Either Sale or Purchase |
reference__c | A reference number of the payment. |
summary__c | A note or description on the payment |
paymentMethod__c | The payment method used. |
Payment line item
The payment line item is a joining table which relates the payment to transactions. This allows multiple transactions to relate to a single payment.
Field | Description |
---|---|
payment__c | The ID of the parent payment |
invoice__c | The ID of the transaction which this payment applies to |
amount__c | The amount applied to this transaction |
, multiple selections available,