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)The date of the purchase.static PurchaseInfoPurchaseInfo. fromJson(String jsonString)Create an instance of PurchaseInfo given an JSON stringPurchaseInfoAuthenticationNotificationData. getPurchase()Get purchasePurchaseInfoPurchaseInfo. merchantName(String merchantName)The name of the business that the cardholder purchased from.PurchaseInfoPurchaseInfo. originalAmount(Amount originalAmount)originalAmountMethods in com.adyen.model.acswebhooks with parameters of type PurchaseInfo Modifier and Type Method Description AuthenticationNotificationDataAuthenticationNotificationData. purchase(PurchaseInfo purchase)purchasevoidAuthenticationNotificationData. setPurchase(PurchaseInfo purchase)purchase
-