/**
 * 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;
