generaltoken
Stores generic authentication and security tokens used for various system operations.
Columns
| Name | Type | References | Description |
| entity | String | The entity associated with this token, such as a customer or vendor. | |
| externalid | String | A unique external identifier for referencing this token in external systems. | |
| id | Integer | The internal identifier for this token within NetSuite. | |
| instrumenttype | String | The type of payment instrument associated with this token, such as a credit card or bank account. | |
| isdefault | Boolean | Indicates whether this token is the default payment method for the associated entity. | |
| isinactive | Boolean | Specifies whether this token is inactive and no longer in use. | |
| mask | String | A masked representation of the tokenized payment instrument for security purposes. | |
| memo | String | Additional notes or comments related to this token. | |
| paymentmethod | String | The payment method associated with this token, such as Visa, MasterCard, or ACH. | |
| preserveonfile | Boolean | Indicates whether this token should be preserved on file for future transactions. | |
| state | String | The current status of this token (such as Active, Expired, Suspended). | |
| supportedoperations | String | A list of supported operations for this token, such as authorization or capture. | |
| token | String | The actual payment token used to process transactions securely. | |
| tokenexpirationdate | String | The expiration date of this token, if applicable. | |
| tokenfamily | String | The family or category of this token, grouping related payment instruments. | |
| tokennamespace | String | The namespace associated with this token, defining its scope within NetSuite. |