Uses of Class
com.adyen.model.checkout.PayUUpiDetails
-
Packages that use PayUUpiDetails Package Description com.adyen.model.checkout -
-
Uses of PayUUpiDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PayUUpiDetails Modifier and Type Method Description PayUUpiDetailsPayUUpiDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static PayUUpiDetailsPayUUpiDetails. fromJson(String jsonString)Create an instance of PayUUpiDetails given an JSON stringPayUUpiDetailsCheckoutPaymentMethod. getPayUUpiDetails()Get the actual instance of `PayUUpiDetails`.PayUUpiDetailsPayUUpiDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.PayUUpiDetailsPayUUpiDetails. shopperNotificationReference(String shopperNotificationReference)The `shopperNotificationReference` returned in the response when you requested to notify the shopper.PayUUpiDetailsPayUUpiDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.PayUUpiDetailsPayUUpiDetails. type(PayUUpiDetails.TypeEnum type)**payu_IN_upi**PayUUpiDetailsPayUUpiDetails. virtualPaymentAddress(String virtualPaymentAddress)The virtual payment address for UPI.Constructors in com.adyen.model.checkout with parameters of type PayUUpiDetails Constructor Description CheckoutPaymentMethod(PayUUpiDetails o)
-