import { Perform3DSecureInput } from './authorize-payment-input'; export interface AuthorizeAlternativePaymentInput { flowId: string; currencyCode: string; amount: number; orderId?: string; intentId?: string; perform3DSecure?: Perform3DSecureInput; }