import { RefundsListResponse } from "@polar-sh/sdk/models/operations/refundslist.js";
let value: RefundsListResponse = {
result: {
items: [
{
createdAt: new Date("2025-04-19T13:54:12.716Z"),
modifiedAt: new Date("2024-10-30T22:59:40.030Z"),
id: "<value>",
metadata: {
"key": 872378,
},
status: "failed",
reason: "customer_request",
amount: 933688,
taxAmount: 597241,
currency: "Rwanda Franc",
organizationId: "<value>",
orderId: "<value>",
subscriptionId: "<value>",
customerId: "<value>",
revokeBenefits: false,
},
],
pagination: {
totalCount: 930324,
maxPage: 181026,
},
},
};