# 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`](https://developer.firmhouse.com/sdks/firmhouse-sdk/reference/enumerations/refund-status) | Status of the refund.                   |
