import * as z from "zod/v4-mini"; import { OpenEnum } from "../../types/enums.js"; export declare const PaymentDestinationType: { readonly Invoice: "INVOICE"; readonly Customer: "CUSTOMER"; }; export type PaymentDestinationType = OpenEnum; /** @internal */ export declare const PaymentDestinationType$inboundSchema: z.ZodMiniType; /** @internal */ export declare const PaymentDestinationType$outboundSchema: z.ZodMiniType; //# sourceMappingURL=payment-destination-type.d.ts.map