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