DonationPaymentResponse |
DonationPaymentResponse.amount(Amount amount) |
amount
|
DonationPaymentResponse |
DonationPaymentResponse.donationAccount(String donationAccount) |
The Adyen account name of your charity.
|
static DonationPaymentResponse |
DonationPaymentResponse.fromJson(String jsonString) |
Create an instance of DonationPaymentResponse given an JSON string
|
DonationPaymentResponse |
DonationPaymentResponse.id(String id) |
Your unique resource identifier.
|
DonationPaymentResponse |
DonationPaymentResponse.includeNullValues(boolean includeNullValues) |
Configures whether null values are explicitly serialized in the JSON payload.
|
DonationPaymentResponse |
DonationPaymentResponse.merchantAccount(String merchantAccount) |
The merchant account identifier, with which you want to process the transaction.
|
DonationPaymentResponse |
DonationPaymentResponse.payment(PaymentResponse payment) |
payment
|
DonationPaymentResponse |
DonationPaymentResponse.reference(String reference) |
The reference to uniquely identify a payment.
|
DonationPaymentResponse |
DonationPaymentResponse.status(DonationPaymentResponse.StatusEnum status) |
The status of the donation transaction.
|