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. checkoutAttemptId(String checkoutAttemptId)static UpiIntentDetailsUpiIntentDetails. fromJson(String jsonString)Create an instance of UpiIntentDetails given an JSON stringUpiIntentDetailsPaymentDonationRequestPaymentMethod. getUpiIntentDetails()Get the actual instance of `UpiIntentDetails`.UpiIntentDetailsUpiIntentDetails. recurringDetailReference(String recurringDetailReference)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 PaymentDonationRequestPaymentMethod(UpiIntentDetails o)
-