Uses of Class
com.adyen.model.checkout.DonationPaymentResponse
-
Packages that use DonationPaymentResponse Package Description com.adyen.model.checkout com.adyen.service.checkout -
-
Uses of DonationPaymentResponse in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationPaymentResponse Modifier and Type Method Description DonationPaymentResponseDonationPaymentResponse. amount(Amount amount)DonationPaymentResponseDonationPaymentResponse. donationAccount(String donationAccount)static DonationPaymentResponseDonationPaymentResponse. fromJson(String jsonString)Create an instance of DonationPaymentResponse given an JSON stringDonationPaymentResponseDonationPaymentResponse. id(String id)DonationPaymentResponseDonationPaymentResponse. merchantAccount(String merchantAccount)DonationPaymentResponseDonationPaymentResponse. payment(PaymentResponse payment)DonationPaymentResponseDonationPaymentResponse. reference(String reference)DonationPaymentResponseDonationPaymentResponse. status(DonationPaymentResponse.StatusEnum status) -
Uses of DonationPaymentResponse in com.adyen.service.checkout
Methods in com.adyen.service.checkout that return DonationPaymentResponse Modifier and Type Method Description DonationPaymentResponseDonationsApi. donations(DonationPaymentRequest donationPaymentRequest)Start a transaction for donationsDonationPaymentResponseDonationsApi. donations(DonationPaymentRequest donationPaymentRequest, RequestOptions requestOptions)Start a transaction for donations
-