Uses of Enum Class
io.trippay.sdk.payment.model.PayoutFee.CandidateEnum
Packages that use PayoutFee.CandidateEnum
-
Uses of PayoutFee.CandidateEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type PayoutFee.CandidateEnum in io.trippay.sdk.payment.modelMethods in io.trippay.sdk.payment.model that return PayoutFee.CandidateEnumModifier and TypeMethodDescriptionstatic PayoutFee.CandidateEnum@NotNull PayoutFee.CandidateEnumPayoutFee.getCandidate()Who pays for this feestatic PayoutFee.CandidateEnumReturns the enum constant of this class with the specified name.static PayoutFee.CandidateEnum[]PayoutFee.CandidateEnum.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.CandidateEnumModifier and TypeMethodDescriptionPayoutFee.candidate(PayoutFee.CandidateEnum candidate) voidPayoutFee.setCandidate(PayoutFee.CandidateEnum candidate)