import { ClientSDK, RequestOptions } from "../lib/sdks.js"; import * as components from "../models/components/index.js"; export declare class PaymentOptions extends ClientSDK { /** * List payment options * * @remarks * List the payment options available at checkout. filtering by country, currency, and additional fields passed to Flow rules. */ list(paymentOptionRequest: components.PaymentOptionRequest, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise; } //# sourceMappingURL=paymentoptions.d.ts.map