Uses of Class
com.adyen.model.payout.PayoutRequest.EntityTypeEnum
-
Packages that use PayoutRequest.EntityTypeEnum Package Description com.adyen.model.payout -
-
Uses of PayoutRequest.EntityTypeEnum in com.adyen.model.payout
Methods in com.adyen.model.payout that return PayoutRequest.EntityTypeEnum Modifier and Type Method Description static PayoutRequest.EntityTypeEnumPayoutRequest.EntityTypeEnum. fromValue(String text)PayoutRequest.EntityTypeEnumPayoutRequest. getEntityType()The type of the entity the payment is processed for.PayoutRequest.EntityTypeEnumPayoutRequest.EntityTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static PayoutRequest.EntityTypeEnumPayoutRequest.EntityTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static PayoutRequest.EntityTypeEnum[]PayoutRequest.EntityTypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.adyen.model.payout with parameters of type PayoutRequest.EntityTypeEnum Modifier and Type Method Description PayoutRequestPayoutRequest. entityType(PayoutRequest.EntityTypeEnum entityType)voidPayoutRequest. setEntityType(PayoutRequest.EntityTypeEnum entityType)voidPayoutRequest.EntityTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, PayoutRequest.EntityTypeEnum enumeration)
-