Skip to content

Latest commit

 

History

History
42 lines (37 loc) · 1.76 KB

refundslistresponse.md

File metadata and controls

42 lines (37 loc) · 1.76 KB

RefundsListResponse

Example Usage

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,
    },
  },
};

Fields

Field Type Required Description
result components.ListResourceRefund ✔️ N/A