@circle-fin/circle-sdk
Version:
Node.js SDK for Circle API
13 lines (12 loc) • 530 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 { ContinuousPaymentIntentCreationRequest } from "./continuous-payment-intent-creation-request";
import { PaymentIntentCreationRequest } from "./payment-intent-creation-request";
/**
* @type CreatePaymentIntentRequest
* @export
*/
export declare type CreatePaymentIntentRequest = ContinuousPaymentIntentCreationRequest | PaymentIntentCreationRequest;