import * as z from "zod/v4-mini"; import { Result as SafeParseResult } from "../../types/fp.js"; import { SDKValidationError } from "../errors/sdkvalidationerror.js"; import { Pagination } from "./pagination.js"; import { PaymentMethod } from "./paymentmethod.js"; export type ListResourcePaymentMethod = { items: Array; pagination: Pagination; }; /** @internal */ export declare const ListResourcePaymentMethod$inboundSchema: z.ZodMiniType; export declare function listResourcePaymentMethodFromJSON(jsonString: string): SafeParseResult; //# sourceMappingURL=listresourcepaymentmethod.d.ts.map