Uses of Enum Class
io.trippay.sdk.payment.model.PayoutFee.TypeEnum
Packages that use PayoutFee.TypeEnum
-
Uses of PayoutFee.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return PayoutFee.TypeEnumModifier and TypeMethodDescriptionstatic PayoutFee.TypeEnum@NotNull PayoutFee.TypeEnumPayoutFee.getType()Type of feestatic PayoutFee.TypeEnumReturns the enum constant of this class with the specified name.static PayoutFee.TypeEnum[]PayoutFee.TypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.trippay.sdk.payment.model with parameters of type PayoutFee.TypeEnumModifier and TypeMethodDescriptionvoidPayoutFee.setType(PayoutFee.TypeEnum type) PayoutFee.type(PayoutFee.TypeEnum type)