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)UpiIntentDetailsUpiIntentDetails. checkoutAttemptId(String checkoutAttemptId)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.UpiIntentDetailsUpiIntentDetails. shopperNotificationReference(String shopperNotificationReference)UpiIntentDetailsUpiIntentDetails. storedPaymentMethodId(String storedPaymentMethodId)UpiIntentDetailsUpiIntentDetails. type(UpiIntentDetails.TypeEnum type)Constructors in com.adyen.model.checkout with parameters of type UpiIntentDetails Constructor Description CheckoutPaymentMethod(UpiIntentDetails o)
-