@coinbase/cdp-sdk
Version:
SDK for interacting with the Coinbase Developer Platform Wallet API
17 lines (14 loc) • 399 B
text/typescript
// 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;
}