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