
Product
Introducing Socket Scanning for OpenVSX Extensions
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.
@kofile/react-order-receipt
Advanced tools
A reusable, configurable React component
cosmoshttp://localhost:8989/__fixtures__.src/? yarn build to see your changes.| Name | Type | Required | Description |
|---|---|---|---|
| county | County | ⭕️ | County info |
| refundInfo | RefundInfo | ⭕️ | For display above receipt table |
| purchasedBy | string | ✅ | Full name of user who requested refund |
| orderDate | Date | ✅ | Date order was placed |
| orderId | string | ✅ | ID of order |
| lineItems | [LineItem] | ✅ | description |
| subtotal | number | ✅ | Sum price of each line item |
| convenienceFee | number | ✅ | Convenience fee amount |
| totalPrice | number | ✅ | Grand total = subtotal + fees |
| subtotalRefunded | number | ⭕️ | Sum price of each refunded item (without fees) |
| feesRefunded | number | ⭕️ | Sum of all refunded fees |
| totalRefundAmount | number | ✅ | Total amount refunded = subtotalRefunded + feesRefunded |
| nonInteractive | boolean | ✅ | Are checkboxes and actions available? |
| convenienceFeeType | ConvenienceFeeTypes | ✅ | Are fees calculated "per-order" or "per-document" |
| showRefundDescription | boolean | ✅ | Should refund description be shown in each line item? |
| showSimpleRefundStatus | boolean | ✅ | Should "completed-" prefix be omitted? |
| showRefundStatus | boolean | ✅ | Should refund status column be displayed? |
| zipLink | ILink | ⭕️ | Download link for zip file |
| Name | Type | Required | Description |
|---|---|---|---|
| name?: | string | ⭕️ | County name, e.g. "Grayson" |
| sealUrl?: | string | ⭕️ | URL for county seal image |
| clerkName?: | string | ⭕️ | Full name of clerk |
| addressLine1?: | string | ⭕️ | Street Address |
| addressLine2?: | string | ⭕️ | [City], [State] [Zip code] |
| Name | Type | Required | Description |
|---|---|---|---|
| requestedBy | string | ✅ | Full name of user who requested refund |
| amount | number | ✅ | Total amount being refunded |
| numItems | number | ✅ | Documents being refunded |
| description | string | ✅ | Reason for refund |
| Name | Type | Required | Description |
|---|---|---|---|
| error | string | ✅ | description of error |
| link | string | ✅ | URI for download |
| isLoading | boolean | ✅ | Is this component waiting for data? |
| Name | Type | Required | Description |
|---|---|---|---|
| id | number | ✅ | Item ID |
| instrumentNumber | string | ✅ | Instrument number |
| documentType | string | ✅ | Document type, e.g. "FORECLOSURE NOTICE" |
| type | string | ✅ | Item type, e.g. "docimage" |
| pagesPurchased | string | ✅ | Page range, e.g. "all" or "1-2, 4" |
| totalPagesInDocument | number | ✅ | Total number of pages in document |
| downloadLink | ILink | ⭕️ | Link to download document |
| priceCents | number | ✅ | Price in cents |
| refundStatus | RefundStatuses | ⭕️ | The refund status for this item |
| refundDescription | string | ⭕️ | Reason refund was requested |
| refundRequestedBy | string | ⭕️ | Full name of person requesting refund |
| Enum | Type |
|---|---|
| "per-order" | string |
| "per-document" | string |
| Enum | Type |
|---|---|
| "approved" | string |
| "rejected" | string |
| "submitted" | string |
| "completed-approved" | string |
| "completed-rejected" | string |
| "none" | string |
FAQs
A reusable, configurable React component
We found that @kofile/react-order-receipt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 36 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket now scans OpenVSX extensions, giving teams early detection of risky behaviors, hidden capabilities, and supply chain threats in developer tools.

Product
Bringing supply chain security to the next generation of JavaScript package managers

Product
A safer, faster way to eliminate vulnerabilities without updating dependencies