Uses of Class
com.adyen.model.checkout.DonationPaymentResponse.StatusEnum
-
Packages that use DonationPaymentResponse.StatusEnum Package Description com.adyen.model.checkout -
-
Uses of DonationPaymentResponse.StatusEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationPaymentResponse.StatusEnum Modifier and Type Method Description static DonationPaymentResponse.StatusEnumDonationPaymentResponse.StatusEnum. fromValue(String value)DonationPaymentResponse.StatusEnumDonationPaymentResponse. getStatus()The status of the donation transaction.static DonationPaymentResponse.StatusEnumDonationPaymentResponse.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DonationPaymentResponse.StatusEnum[]DonationPaymentResponse.StatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.checkout with parameters of type DonationPaymentResponse.StatusEnum Modifier and Type Method Description voidDonationPaymentResponse. setStatus(DonationPaymentResponse.StatusEnum status)The status of the donation transaction.DonationPaymentResponseDonationPaymentResponse. status(DonationPaymentResponse.StatusEnum status)
-