import * as z from "zod/v4-mini"; export type CustomerPortalOrdersGetPaymentStatusSecurity = { customerSession?: string | undefined; memberSession?: string | undefined; }; export type CustomerPortalOrdersGetPaymentStatusRequest = { /** * The order ID. */ id: string; }; /** @internal */ export type CustomerPortalOrdersGetPaymentStatusSecurity$Outbound = { customer_session?: string | undefined; member_session?: string | undefined; }; /** @internal */ export declare const CustomerPortalOrdersGetPaymentStatusSecurity$outboundSchema: z.ZodMiniType; export declare function customerPortalOrdersGetPaymentStatusSecurityToJSON(customerPortalOrdersGetPaymentStatusSecurity: CustomerPortalOrdersGetPaymentStatusSecurity): string; /** @internal */ export type CustomerPortalOrdersGetPaymentStatusRequest$Outbound = { id: string; }; /** @internal */ export declare const CustomerPortalOrdersGetPaymentStatusRequest$outboundSchema: z.ZodMiniType; export declare function customerPortalOrdersGetPaymentStatusRequestToJSON(customerPortalOrdersGetPaymentStatusRequest: CustomerPortalOrdersGetPaymentStatusRequest): string; //# sourceMappingURL=customerportalordersgetpaymentstatus.d.ts.map