Uses of Class
com.adyen.model.checkout.DonationResponse
-
Packages that use DonationResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of DonationResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationResponse Modifier and Type Method Description DonationResponseDonationResponse. amount(Amount amount)DonationResponseDonationResponse. donationAccount(String donationAccount)static DonationResponseDonationResponse. fromJson(String jsonString)Create an instance of DonationResponse given an JSON stringDonationResponseDonationResponse. id(String id)DonationResponseDonationResponse. merchantAccount(String merchantAccount)DonationResponseDonationResponse. payment(PaymentResponse payment)DonationResponseDonationResponse. reference(String reference)DonationResponseDonationResponse. status(DonationResponse.StatusEnum status) -
Uses of DonationResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return DonationResponse Modifier and Type Method Description DonationResponsePaymentsApi. donations(PaymentDonationRequest paymentDonationRequest)Start a transaction for donationsDonationResponsePaymentsApi. donations(PaymentDonationRequest paymentDonationRequest, RequestOptions requestOptions)Start a transaction for donations
-