Uses of Class
com.adyen.model.checkout.UpiQrDetails
-
Packages that use UpiQrDetails Package Description com.adyen.model.checkout -
-
Uses of UpiQrDetails in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return UpiQrDetails Modifier and Type Method Description UpiQrDetailsUpiQrDetails. billingSequenceNumber(String billingSequenceNumber)The sequence number for the debit.UpiQrDetailsUpiQrDetails. checkoutAttemptId(String checkoutAttemptId)The checkout attempt identifier.static UpiQrDetailsUpiQrDetails. fromJson(String jsonString)Create an instance of UpiQrDetails given an JSON stringUpiQrDetailsCheckoutPaymentMethod. getUpiQrDetails()Get the actual instance of `UpiQrDetails`.UpiQrDetailsUpiQrDetails. recurringDetailReference(String recurringDetailReference)Deprecated.since Adyen Checkout API v49 Use `storedPaymentMethodId` instead.UpiQrDetailsUpiQrDetails. shopperNotificationReference(String shopperNotificationReference)The `shopperNotificationReference` returned in the response when you requested to notify the shopper.UpiQrDetailsUpiQrDetails. storedPaymentMethodId(String storedPaymentMethodId)This is the `recurringDetailReference` returned in the response when you created the token.UpiQrDetailsUpiQrDetails. type(UpiQrDetails.TypeEnum type)**upi_qr**Constructors in com.adyen.model.checkout with parameters of type UpiQrDetails Constructor Description CheckoutPaymentMethod(UpiQrDetails o)
-