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