Uses of Enum
model.FeeType
Packages that use FeeType
-
Uses of FeeType in model
Modifier and TypeMethodDescriptionstatic FeeTypeCreateFeeRequest.getFeeType()Get feeTypeTransfer.getFeeType()Get feeTypeFeeType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static FeeTypeReturns the enum constant of this type with the specified name.static FeeType[]FeeType.values()Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoidCreateFeeRequest.setFeeType(FeeType feeType) voidTransfer.setFeeType(FeeType feeType) void