@@ -311,6 +311,16 @@ class TransactionConnectionOptions
311311 #[\Speakeasy \Serializer \Annotation \SkipWhenNull]
312312 public ?NuveiOptions $ nuveiCard = null ;
313313
314+ /**
315+ * Custom options to be passed to the `nuvei-ideal` connector.
316+ *
317+ * @var ?NuveiIDealOptions $nuveiIdeal
318+ */
319+ #[\Speakeasy \Serializer \Annotation \SerializedName('nuvei-ideal ' )]
320+ #[\Speakeasy \Serializer \Annotation \Type('\Gr4vy\NuveiIDealOptions|null ' )]
321+ #[\Speakeasy \Serializer \Annotation \SkipWhenNull]
322+ public ?NuveiIDealOptions $ nuveiIdeal = null ;
323+
314324 /**
315325 * Custom options to be passed to the `nuvei-pse` connector.
316326 *
@@ -442,6 +452,7 @@ class TransactionConnectionOptions
442452 * @param ?MonatoSpeiOptions $monatoSpei
443453 * @param ?MockCardOptions $mockCard
444454 * @param ?NuveiOptions $nuveiCard
455+ * @param ?NuveiIDealOptions $nuveiIdeal
445456 * @param ?NuveiPSEOptions $nuveiPse
446457 * @param ?OxxoOptions $oxxoOxxo
447458 * @param ?PaypalOptions $paypalPaypal
@@ -454,7 +465,7 @@ class TransactionConnectionOptions
454465 * @param ?WpayPaytoOptions $wpayPayto
455466 * @phpstan-pure
456467 */
457- public function __construct (?AccountUpdaterOptions $ accountUpdater = null , ?AdyenOptions $ adyenAfterpay = null , ?AdyenOptions $ adyenAlipay = null , ?AdyenCardOptions $ adyenCard = null , ?AdyenOptions $ adyenCashapp = null , ?AdyenOptions $ adyenGiropay = null , ?AdyenOptions $ adyenIdeal = null , ?AdyenSepaOptions $ adyenSepa = null , ?AdyenOptions $ adyenSofort = null , ?AdyenOptions $ adyenVipps = null , ?AffirmOptions $ affirmAffirm = null , ?BraintreeOptions $ braintreeCard = null , ?CybersourceAntiFraudOptions $ cybersourceAntiFraud = null , ?CybersourceOptions $ cybersourceCard = null , ?CybersourceOptions $ cybersourceIdeal = null , ?CybersourceOptions $ cybersourceKcp = null , ?DlocalOptions $ dlocalNequi = null , ?DlocalUPIOptions $ dlocalUpi = null , ?FiservOptions $ fiservCard = null , ?ForterAntiFraudOptions $ forterAntiFraud = null , ?LatitudeOptions $ gemGem = null , ?LatitudeOptions $ gemGemds = null , ?GivingBlockOptions $ givingblockGivingblock = null , ?LatitudeOptions $ latitudeLatitude = null , ?LatitudeOptions $ latitudeLatitudeds = null , ?MattildaTapiOptions $ mattildaTapi = null , ?MattildaTapiOptions $ mattildaTapifintechs = null , ?MonatoSpeiOptions $ monatoSpei = null , ?MockCardOptions $ mockCard = null , ?NuveiOptions $ nuveiCard = null , ?NuveiPSEOptions $ nuveiPse = null , ?OxxoOptions $ oxxoOxxo = null , ?PaypalOptions $ paypalPaypal = null , ?PaypalOptions $ paypalPaypalpaylater = null , ?PowertranzOptions $ powertranzCard = null , ?StripeOptions $ stripeCard = null , ?TravelhubOptions $ travelhubCard = null , ?TrustlyOptions $ trustlyTrustly = null , ?WpayEverdaypayOptions $ wpayEverydaypay = null , ?WpayPaytoOptions $ wpayPayto = null )
468+ public function __construct (?AccountUpdaterOptions $ accountUpdater = null , ?AdyenOptions $ adyenAfterpay = null , ?AdyenOptions $ adyenAlipay = null , ?AdyenCardOptions $ adyenCard = null , ?AdyenOptions $ adyenCashapp = null , ?AdyenOptions $ adyenGiropay = null , ?AdyenOptions $ adyenIdeal = null , ?AdyenSepaOptions $ adyenSepa = null , ?AdyenOptions $ adyenSofort = null , ?AdyenOptions $ adyenVipps = null , ?AffirmOptions $ affirmAffirm = null , ?BraintreeOptions $ braintreeCard = null , ?CybersourceAntiFraudOptions $ cybersourceAntiFraud = null , ?CybersourceOptions $ cybersourceCard = null , ?CybersourceOptions $ cybersourceIdeal = null , ?CybersourceOptions $ cybersourceKcp = null , ?DlocalOptions $ dlocalNequi = null , ?DlocalUPIOptions $ dlocalUpi = null , ?FiservOptions $ fiservCard = null , ?ForterAntiFraudOptions $ forterAntiFraud = null , ?LatitudeOptions $ gemGem = null , ?LatitudeOptions $ gemGemds = null , ?GivingBlockOptions $ givingblockGivingblock = null , ?LatitudeOptions $ latitudeLatitude = null , ?LatitudeOptions $ latitudeLatitudeds = null , ?MattildaTapiOptions $ mattildaTapi = null , ?MattildaTapiOptions $ mattildaTapifintechs = null , ?MonatoSpeiOptions $ monatoSpei = null , ?MockCardOptions $ mockCard = null , ?NuveiOptions $ nuveiCard = null , ?NuveiIDealOptions $ nuveiIdeal = null , ?NuveiPSEOptions $ nuveiPse = null , ?OxxoOptions $ oxxoOxxo = null , ?PaypalOptions $ paypalPaypal = null , ?PaypalOptions $ paypalPaypalpaylater = null , ?PowertranzOptions $ powertranzCard = null , ?StripeOptions $ stripeCard = null , ?TravelhubOptions $ travelhubCard = null , ?TrustlyOptions $ trustlyTrustly = null , ?WpayEverdaypayOptions $ wpayEverydaypay = null , ?WpayPaytoOptions $ wpayPayto = null )
458469 {
459470 $ this ->accountUpdater = $ accountUpdater ;
460471 $ this ->adyenAfterpay = $ adyenAfterpay ;
@@ -486,6 +497,7 @@ public function __construct(?AccountUpdaterOptions $accountUpdater = null, ?Adye
486497 $ this ->monatoSpei = $ monatoSpei ;
487498 $ this ->mockCard = $ mockCard ;
488499 $ this ->nuveiCard = $ nuveiCard ;
500+ $ this ->nuveiIdeal = $ nuveiIdeal ;
489501 $ this ->nuveiPse = $ nuveiPse ;
490502 $ this ->oxxoOxxo = $ oxxoOxxo ;
491503 $ this ->paypalPaypal = $ paypalPaypal ;
0 commit comments