giftcertificate
Stores issued gift certificates, including balances, expiration dates, and usage history.
Columns
| Name | Type | References | Description |
| id [KEY] | String | The internal identifier for this gift certificate in NetSuite. | |
| amountremaining | Decimal | The remaining balance available on the gift certificate. | |
| createddate | Date | The date when the gift certificate was created. | |
| currency | String | The currency in which the gift certificate was issued. | |
| String | The recipient's email address where the gift certificate was sent. | ||
| expirationdate | Date | The date when the gift certificate expires, if applicable. | |
| giftcertcode | String | The unique code assigned to the gift certificate, used for redemption. | |
| giftcertitem | String | The specific gift certificate item associated with this entry. | |
| lastmodifieddate | Date | The date when the gift certificate details were last updated. | |
| message | String | The personalized message included with the gift certificate. | |
| originalamount | Decimal | The original amount loaded onto the gift certificate at the time of purchase. | |
| sender | String | The name of the person or entity that issued the gift certificate. |