> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/interfaces/firmhouse-refund.md).

# FirmhouseRefund

## Properties

| Property                  | Type                                                                          | Description                             |
| ------------------------- | ----------------------------------------------------------------------------- | --------------------------------------- |
| `amountCents`             | `number`                                                                      | Refund amount in cents.                 |
| `id`                      | `string`                                                                      | The database ID of the refund.          |
| `paymentProviderObjectId` | `null` \| `string`                                                            | The payment provider ID for this refund |
| `reason`                  | `null` \| `string`                                                            | Reason why the refund was issued.       |
| `refundedAt`              | `null` \| `string`                                                            | The creation time of the refund.        |
| `status`                  | [`RefundStatus`](/sdks/firmhouse-sdk/reference/enumerations/refund-status.md) | Status of the refund.                   |
