Uses of Class
com.adyen.model.checkout.PaymentSessionRequest.EntityTypeEnum
-
Packages that use PaymentSessionRequest.EntityTypeEnum Package Description com.adyen.model.checkout -
-
Uses of PaymentSessionRequest.EntityTypeEnum in com.adyen.model.checkout
Methods in com.adyen.model.checkout that return PaymentSessionRequest.EntityTypeEnum Modifier and Type Method Description static PaymentSessionRequest.EntityTypeEnumPaymentSessionRequest.EntityTypeEnum. fromValue(String text)PaymentSessionRequest.EntityTypeEnumPaymentSessionRequest. getEntityType()PaymentSessionRequest.EntityTypeEnumPaymentSessionRequest.EntityTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PaymentSessionRequest.EntityTypeEnumPaymentSessionRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PaymentSessionRequest.EntityTypeEnum[]PaymentSessionRequest.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 PaymentSessionRequest.EntityTypeEnum Modifier and Type Method Description PaymentSessionRequestPaymentSessionRequest. entityType(PaymentSessionRequest.EntityTypeEnum entityType)voidPaymentSessionRequest. setEntityType(PaymentSessionRequest.EntityTypeEnum entityType)voidPaymentSessionRequest.EntityTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentSessionRequest.EntityTypeEnum enumeration)
-