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