CreditCardTxn
Represents credit card transactions, including transaction amounts, currency details, reconciliation state, reversal information, and tax solution associations.
Columns
| Name | Type | ReadOnly | Description |
| attachment_Href | String | True |
The URL of the attachment associated with this credit card transaction. |
| attachment_Id | String | False |
The Id of the attachment associated with this credit card transaction. |
| attachment_Key | String | False |
The system-assigned key of the attachment associated with this credit card transaction. |
| auditCreatedBy | String | True |
The user who created the credit card transaction. |
| auditCreatedDateTime | Datetime | True |
The date and time when the credit card transaction was created. |
| auditModifiedBy | String | True |
The user who last modified the credit card transaction. |
| auditModifiedDateTime | Datetime | True |
The date and time when the credit card transaction was last modified. |
| creditCardAccount_Href | String | True |
The URL of the credit card account associated with this transaction. |
| creditCardAccount_Id | String | False |
The Id of the credit card account associated with this transaction. |
| creditCardAccount_Key | String | False |
The system-assigned key of the credit card account associated with this transaction. |
| currencyBaseCurrency | String | False |
The base currency used for this credit card transaction. |
| currencyTxnCurrency | String | False |
The transaction currency used for this credit card transaction. |
| description | String | False |
The description of the credit card transaction. |
| entity_Href | String | True |
The URL of the entity associated with this credit card transaction. |
| entity_Id | String | True |
The Id of the entity associated with this credit card transaction. |
| entity_Key | String | True |
The system-assigned key of the entity associated with this credit card transaction. |
| entity_Name | String | True |
The name of the entity associated with this credit card transaction. |
| href | String | True |
The URL of the credit card transaction resource. |
| id | String | True |
The unique identifier of the credit card transaction. |
| isInclusiveTax | Bool | False |
Indicates whether the tax amount is included in the transaction total. |
| key [KEY] | String | True |
The system-assigned key that uniquely identifies the credit card transaction record. |
| payee | String | False |
The payee name for this credit card transaction. |
| reconciliationState | String | True |
The current reconciliation state of this credit card transaction, such as unreconciled or reconciled. |
| referenceNumber | String | False |
The reference number associated with this credit card transaction. |
| reversalOf_Href | String | True |
The URL of the original transaction that this transaction reverses. |
| reversalOf_Id | String | True |
The Id of the original transaction that this transaction reverses. |
| reversalOf_Key | String | True |
The system-assigned key of the original transaction that this transaction reverses. |
| reversalOf_TxnDate | Date | True |
The transaction date of the original transaction that this transaction reverses. |
| reversedBy_Href | String | True |
The URL of the reversal transaction that reversed this credit card transaction. |
| reversedBy_Id | String | True |
The Id of the reversal transaction that reversed this credit card transaction. |
| reversedBy_Key | String | True |
The system-assigned key of the reversal transaction that reversed this credit card transaction. |
| reversedBy_ReversalDate | Date | True |
The reversal date of the transaction that reversed this credit card transaction. |
| state | String | True |
The current state of this credit card transaction, such as draft, pending, or posted. |
| taxSolution_Href | String | True |
The URL of the tax solution associated with this credit card transaction. |
| taxSolution_Id | String | False |
The Id of the tax solution associated with this credit card transaction. |
| taxSolution_Key | String | False |
The system-assigned key of the tax solution associated with this credit card transaction. |
| totalDue | Decimal | True |
The total amount due in the base currency for this credit card transaction. |
| totalEntered | Decimal | True |
The total amount entered in the base currency for this credit card transaction. |
| totalPaid | Decimal | True |
The total amount paid in the base currency for this credit card transaction. |
| totalSelected | Decimal | True |
The total amount selected for payment in the base currency for this credit card transaction. |
| transactionSource | String | True |
The source that originated this credit card transaction, such as manual entry or bank feed. |
| txnDate | Date | False |
The date of the credit card transaction. |
| txnTotalDue | Decimal | True |
The total amount due in the transaction currency for this credit card transaction. |
| txnTotalEntered | Decimal | True |
The total amount entered in the transaction currency for this credit card transaction. |
| txnTotalPaid | Decimal | True |
The total amount paid in the transaction currency for this credit card transaction. |
| txnTotalSelected | Decimal | True |
The total amount selected for payment in the transaction currency for this credit card transaction. |
| whenPaid | Date | True |
The date on which this credit card transaction was paid. |
| ListAggregate_Lines | String | False |
The aggregate list of line items associated with this credit card transaction. |