Uses of Class
com.adyen.model.checkout.DonationResponse
-
Packages that use DonationResponse Package Description com.adyen.model.checkout com.adyen.service -
-
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
Methods in com.adyen.service that return DonationResponse Modifier and Type Method Description DonationResponseCheckout. donations(PaymentDonationRequest paymentDonationRequest)POST /donationsDonationResponseCheckout. donations(PaymentDonationRequest paymentDonationRequest, RequestOptions requestOptions)POST /donations
-