UNPKG

@circle-fin/circle-sdk

Version:
13 lines (12 loc) 446 B
/** * 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;