CreditCard
Stores credit card data for financial reporting and transaction tracking.
Columns
| Name | Type | ReadOnly | Description |
| Recordno | Int64 | False |
Unique record number for the CreditCard object. |
| Cardid [KEY] | String | False |
Unique identifier for the credit card. |
| Description | String | False |
Description or details of the credit card. |
| Cardtype | String | False |
Type of credit card (for example, Visa, MasterCard). |
| Exp_month | String | False |
Expiration month of the credit card. |
| Exp_year | String | False |
Expiration year of the credit card. |
| Mailaddress_address1 | String | False |
Primary mailing address line 1. |
| Mailaddress_address2 | String | False |
Primary mailing address line 2. |
| Mailaddress_city | String | False |
City of the mailing address. |
| Mailaddress_state | String | False |
State of the mailing address. |
| Mailaddress_zip | String | False |
ZIP code of the mailing address. |
| Mailaddress_country | String | False |
Country of the mailing address. |
| Mailaddress_countrycode | String | False |
Country code of the mailing address. |
| Status | String | False |
Current status of the credit card. |
| Liabacctkey | String | False |
Key referencing the liability account associated with the card. |
| Feesacctkey | String | False |
Key referencing the fees account associated with the card. |
| Vendorid | String | False |
Identifier for the vendor issuing the credit card. |
| Dept | String | False |
Department associated with the credit card. |
| Location | String | False |
Location associated with the credit card. |
| Liabilitytype | String | False |
Type of liability associated with the card. |
| Recdate | Datetime | False |
Date of the most recent reconciliation. |
| Recbal | Double | False |
Balance recorded during the most recent reconciliation. |
| Financialdata_journal | String | False |
Financial journal associated with the credit card. |
| Financialdata_journaltitle | String | False |
Title of the financial journal associated with the credit card. |
| Financialdata_jrnlkey2 | String | False |
Secondary journal key associated with the credit card. |
| Financialdata_journaltitle2 | String | False |
Title of the secondary financial journal associated with the credit card. |
| Financialdata_parententity | String | False |
Parent entity associated with the credit card. |
| Financialdata_parententityname | String | False |
Name of the parent entity associated with the credit card. |
| Useforintacct | String | False |
Indicates if the card is used for Intacct. |
| Feesacctlabelkey | String | False |
Label key for the fees account associated with the card. |
| Finchrgacct | String | False |
Key referencing the finance charge account. |
| Finchrgacctlabel | String | False |
Label for the finance charge account. |
| Cutoffdate | Datetime | False |
Cutoff date for financial transactions. |
| Financialdata_disableiet | Boolean | False |
Indicates if IET (Intacct Expense Tracking) is disabled for this card. |
| Whenmodified | Datetime | False |
Timestamp of the last modification. |
| Whencreated | Datetime | False |
Timestamp of when the credit card record was created. |
| Modifiedby | Int64 | False |
Identifier of the user who last modified the record. |
| Createdby | Int64 | False |
Identifier of the user who created the record. |
| Megaentitykey | Int64 | False |
Key referencing the entity where the record was created. |
| Megaentityid | String | False |
Identifier of the entity where the record was created. |
| Megaentityname | String | False |
Name of the entity where the record was created. |
| Record_url | String | False |
A portable, user-independent URL for viewing this record. |