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)Date of the purchase.static PurchaseInfoPurchaseInfo. fromJson(String jsonString)Create an instance of PurchaseInfo given an JSON stringPurchaseInfoAuthenticationNotificationData. getPurchase()purchasePurchaseInfoPurchaseInfo. merchantName(String merchantName)Name of the merchant.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
-