Uses of Class
com.adyen.model.payment.PaymentRequest.EntityTypeEnum
-
Packages that use PaymentRequest.EntityTypeEnum Package Description com.adyen.model.payment -
-
Uses of PaymentRequest.EntityTypeEnum in com.adyen.model.payment
Methods in com.adyen.model.payment that return PaymentRequest.EntityTypeEnum Modifier and Type Method Description static PaymentRequest.EntityTypeEnumPaymentRequest.EntityTypeEnum. fromValue(String value)PaymentRequest.EntityTypeEnumPaymentRequest. getEntityType()The type of the entity the payment is processed for.static PaymentRequest.EntityTypeEnumPaymentRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentRequest.EntityTypeEnum[]PaymentRequest.EntityTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payment with parameters of type PaymentRequest.EntityTypeEnum Modifier and Type Method Description PaymentRequestPaymentRequest. entityType(PaymentRequest.EntityTypeEnum entityType)voidPaymentRequest. setEntityType(PaymentRequest.EntityTypeEnum entityType)The type of the entity the payment is processed for.
-