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)amountDonationPaymentResponseDonationPaymentResponse. donationAccount(String donationAccount)The Adyen account name of your charity.static DonationPaymentResponseDonationPaymentResponse. fromJson(String jsonString)Create an instance of DonationPaymentResponse given an JSON stringDonationPaymentResponseDonationPaymentResponse. id(String id)Your unique resource identifier.DonationPaymentResponseDonationPaymentResponse. merchantAccount(String merchantAccount)The merchant account identifier, with which you want to process the transaction.DonationPaymentResponseDonationPaymentResponse. payment(PaymentResponse payment)paymentDonationPaymentResponseDonationPaymentResponse. reference(String reference)The reference to uniquely identify a payment.DonationPaymentResponseDonationPaymentResponse. status(DonationPaymentResponse.StatusEnum status)The status of the donation transaction. -
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
-