Uses of Class
com.adyen.model.checkout.DonationPaymentRequest.EntityTypeEnum
-
Packages that use DonationPaymentRequest.EntityTypeEnum Package Description com.adyen.model.checkout -
-
Uses of DonationPaymentRequest.EntityTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return DonationPaymentRequest.EntityTypeEnum Modifier and Type Method Description static DonationPaymentRequest.EntityTypeEnumDonationPaymentRequest.EntityTypeEnum. fromValue(String value)DonationPaymentRequest.EntityTypeEnumDonationPaymentRequest. getEntityType()The type of the entity the payment is processed for.static DonationPaymentRequest.EntityTypeEnumDonationPaymentRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static DonationPaymentRequest.EntityTypeEnum[]DonationPaymentRequest.EntityTypeEnum. 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 DonationPaymentRequest.EntityTypeEnum Modifier and Type Method Description DonationPaymentRequestDonationPaymentRequest. entityType(DonationPaymentRequest.EntityTypeEnum entityType)voidDonationPaymentRequest. setEntityType(DonationPaymentRequest.EntityTypeEnum entityType)
-