Uses of Class
com.adyen.model.configurationwebhooks.PaymentInstrumentNotificationData
-
Packages that use PaymentInstrumentNotificationData Package Description com.adyen.model.configurationwebhooks -
-
Uses of PaymentInstrumentNotificationData in com.adyen.model.configurationwebhooks
Methods in com.adyen.model.configurationwebhooks that return PaymentInstrumentNotificationData Modifier and Type Method Description PaymentInstrumentNotificationDataPaymentInstrumentNotificationData. balancePlatform(String balancePlatform)The unique identifier of the balance platform.static PaymentInstrumentNotificationDataPaymentInstrumentNotificationData. fromJson(String jsonString)Create an instance of PaymentInstrumentNotificationData given an JSON stringPaymentInstrumentNotificationDataPaymentNotificationRequest. getData()dataPaymentInstrumentNotificationDataPaymentInstrumentNotificationData. paymentInstrument(PaymentInstrument paymentInstrument)paymentInstrumentMethods in com.adyen.model.configurationwebhooks with parameters of type PaymentInstrumentNotificationData Modifier and Type Method Description PaymentNotificationRequestPaymentNotificationRequest. data(PaymentInstrumentNotificationData data)datavoidPaymentNotificationRequest. setData(PaymentInstrumentNotificationData data)data
-