Uses of Class
model.FeeType
-
Packages that use FeeType Package Description model -
-
Uses of FeeType in model
Methods in model that return FeeType Modifier and Type Method Description static FeeTypeFeeType. fromValue(String value)FeeTypeTransfer. getFeeType()Get feeTypeFeeTypeFeeType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static FeeTypeFeeType. valueOf(String name)Returns 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.Methods in model with parameters of type FeeType Modifier and Type Method Description TransferTransfer. feeType(FeeType feeType)voidTransfer. setFeeType(FeeType feeType)voidFeeType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, FeeType enumeration)
-