Uses of Enum
model.Fee.FeeTypeEnum
Packages that use Fee.FeeTypeEnum
-
Uses of Fee.FeeTypeEnum in model
Methods in model that return Fee.FeeTypeEnumModifier and TypeMethodDescriptionstatic Fee.FeeTypeEnumFee.getFeeType()The type of `fee`.Fee.FeeTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static Fee.FeeTypeEnumReturns the enum constant of this type with the specified name.static Fee.FeeTypeEnum[]Fee.FeeTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in model with parameters of type Fee.FeeTypeEnumModifier and TypeMethodDescriptionFee.feeType(Fee.FeeTypeEnum feeType) voidFee.setFeeType(Fee.FeeTypeEnum feeType) voidFee.FeeTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, Fee.FeeTypeEnum enumeration)