Uses of Class
com.adyen.model.checkout.UpiIntentDetails
-
Packages that use UpiIntentDetails Package Description com.adyen.model.checkout -
-
Uses of UpiIntentDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return UpiIntentDetails Modifier and Type Method Description UpiIntentDetailsUpiIntentDetails. appId(String appId)TPAP (Third Party Application) Id that is being used to make the UPI paymentUpiIntentDetailsUpiIntentDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static UpiIntentDetailsUpiIntentDetails. fromJson(String jsonString)Create an instance of UpiIntentDetails given an JSON stringUpiIntentDetailsCheckoutPaymentMethod. getUpiIntentDetails()Get the actual instance of `UpiIntentDetails`.UpiIntentDetailsUpiIntentDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.UpiIntentDetailsUpiIntentDetails. shopperNotificationReference(String shopperNotificationReference)The `shopperNotificationReference` returned in the response when you requested to notify the shopper.UpiIntentDetailsUpiIntentDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.UpiIntentDetailsUpiIntentDetails. type(UpiIntentDetails.TypeEnum type)**upi_intent**Constructors in com.adyen.model.checkout with parameters of type UpiIntentDetails Constructor Description CheckoutPaymentMethod(UpiIntentDetails o)
-