Uses of Class
com.adyen.model.acswebhooks.Purchase
-
Packages that use Purchase Package Description com.adyen.model.acswebhooks -
-
Uses of Purchase in com.adyen.model.acswebhooks
Methods in com.adyen.model.acswebhooks that return Purchase Modifier and Type Method Description PurchasePurchase. date(OffsetDateTime date)The time of the purchase.static PurchasePurchase. fromJson(String jsonString)Create an instance of Purchase given an JSON stringPurchaseRelayedAuthenticationRequest. getPurchase()Get purchasePurchasePurchase. merchantName(String merchantName)The name of the merchant.PurchasePurchase. originalAmount(Amount originalAmount)originalAmountMethods in com.adyen.model.acswebhooks with parameters of type Purchase Modifier and Type Method Description RelayedAuthenticationRequestRelayedAuthenticationRequest. purchase(Purchase purchase)purchasevoidRelayedAuthenticationRequest. setPurchase(Purchase purchase)purchase
-