Uses of Class
com.adyen.model.acswebhooks.PurchaseInfo
-
Packages that use PurchaseInfo Package Description com.adyen.model.acswebhooks -
-
Uses of PurchaseInfo in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return PurchaseInfo Modifier and Type Method Description PurchaseInfoPurchaseInfo. date(String date)static PurchaseInfoPurchaseInfo. fromJson(String jsonString)Create an instance of PurchaseInfo given an JSON stringPurchaseInfoAuthenticationNotificationData. getPurchase()Get purchasePurchaseInfoPurchaseInfo. merchantName(String merchantName)PurchaseInfoPurchaseInfo. originalAmount(Amount originalAmount)Methods in com.adyen.model.acswebhooks with parameters of type PurchaseInfo Modifier and Type Method Description AuthenticationNotificationDataAuthenticationNotificationData. purchase(PurchaseInfo purchase)voidAuthenticationNotificationData. setPurchase(PurchaseInfo purchase)purchase
-