import * as z from "zod/v3"; import { OpenEnum } from "../../types/enums.js"; /** * The way payment method information made it to this transaction. */ export declare const TransactionPaymentSource: { readonly Ecommerce: "ecommerce"; readonly Moto: "moto"; readonly Recurring: "recurring"; readonly Installment: "installment"; readonly CardOnFile: "card_on_file"; }; /** * The way payment method information made it to this transaction. */ export type TransactionPaymentSource = OpenEnum; /** @internal */ export declare const TransactionPaymentSource$inboundSchema: z.ZodType; /** @internal */ export declare const TransactionPaymentSource$outboundSchema: z.ZodType; //# sourceMappingURL=transactionpaymentsource.d.ts.map