@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
13 lines (12 loc) • 446 B
TypeScript
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { ContinuousPaymentIntent } from "./continuous-payment-intent";
import { PaymentIntent } from "./payment-intent";
/**
* @type CreatePaymentIntentResponseData
* @export
*/
export declare type CreatePaymentIntentResponseData = ContinuousPaymentIntent | PaymentIntent;