Uses of Class
com.adyen.model.payment.DonationRequest
-
Packages that use DonationRequest Package Description com.adyen.model.payment com.adyen.service -
-
Uses of DonationRequest in com.adyen.model.payment
Methods in com.adyen.model.payment that return DonationRequest Modifier and Type Method Description DonationRequestDonationRequest. donationAccount(String donationAccount)The Adyen account name of the charity.static DonationRequestDonationRequest. fromJson(String jsonString)Create an instance of DonationRequest given an JSON stringDonationRequestDonationRequest. merchantAccount(String merchantAccount)The merchant account that is used to process the payment.DonationRequestDonationRequest. modificationAmount(Amount modificationAmount)modificationAmountDonationRequestDonationRequest. originalReference(String originalReference)The original pspReference of the payment to modify.DonationRequestDonationRequest. platformChargebackLogic(PlatformChargebackLogic platformChargebackLogic)platformChargebackLogicDonationRequestDonationRequest. reference(String reference)Your reference for the payment modification. -
Uses of DonationRequest in com.adyen.service
Methods in com.adyen.service with parameters of type DonationRequest Modifier and Type Method Description ModificationResultPaymentApi. donate(DonationRequest donationRequest)Deprecated.ModificationResultPaymentApi. donate(DonationRequest donationRequest, RequestOptions requestOptions)Deprecated.
-