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