Uses of Class
com.adyen.model.payments.PaymentRequest.EntityTypeEnum
-
Packages that use PaymentRequest.EntityTypeEnum Package Description com.adyen.model.payments -
-
Uses of PaymentRequest.EntityTypeEnum in com.adyen.model.payments
Methods in com.adyen.model.payments 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.PaymentRequest.EntityTypeEnumPaymentRequest.EntityTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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.payments with parameters of type PaymentRequest.EntityTypeEnum Modifier and Type Method Description PaymentRequestPaymentRequest. entityType(PaymentRequest.EntityTypeEnum entityType)voidPaymentRequest. setEntityType(PaymentRequest.EntityTypeEnum entityType)voidPaymentRequest.EntityTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PaymentRequest.EntityTypeEnum enumeration)
-