Uses of Class
model.CreateFeeRequest.FeeTypeEnum
-
Packages that use CreateFeeRequest.FeeTypeEnum Package Description model -
-
Uses of CreateFeeRequest.FeeTypeEnum in model
Methods in model that return CreateFeeRequest.FeeTypeEnum Modifier and Type Method Description static CreateFeeRequest.FeeTypeEnumCreateFeeRequest.FeeTypeEnum. fromValue(String value)CreateFeeRequest.FeeTypeEnumCreateFeeRequest. getFeeType()The type of the fee.CreateFeeRequest.FeeTypeEnumCreateFeeRequest.FeeTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static CreateFeeRequest.FeeTypeEnumCreateFeeRequest.FeeTypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateFeeRequest.FeeTypeEnum[]CreateFeeRequest.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 CreateFeeRequest.FeeTypeEnum Modifier and Type Method Description CreateFeeRequestCreateFeeRequest. feeType(CreateFeeRequest.FeeTypeEnum feeType)voidCreateFeeRequest. setFeeType(CreateFeeRequest.FeeTypeEnum feeType)voidCreateFeeRequest.FeeTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, CreateFeeRequest.FeeTypeEnum enumeration)
-