// This file was auto-generated by Fern from our API Definition.

import type * as CoinbaseApi from "../../../../index.js";

/**
 * @example
 * ```ts
 * {
 *     paymentMethodId: "paymentMethod_8e03978e-40d5-43e8-bc93-6894a57f9324"
 * }
 * ```
 */
export interface GetPaymentMethodRequest {
    /** The unique identifier of the payment method. */
    paymentMethodId: CoinbaseApi.PaymentMethodId;
}
