Uses of Enum Class
io.trippay.sdk.payment.model.Refund.AllocationEnum
Packages that use Refund.AllocationEnum
-
Uses of Refund.AllocationEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type Refund.AllocationEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumThe type of refund determines how the funds are deducted each beneficiary.Methods in io.trippay.sdk.payment.model that return Refund.AllocationEnumModifier and TypeMethodDescriptionstatic Refund.AllocationEnumRefund.getAllocation()The type of refund determines how the funds are deducted each beneficiary.static Refund.AllocationEnumReturns the enum constant of this class with the specified name.static Refund.AllocationEnum[]Refund.AllocationEnum.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 Refund.AllocationEnumModifier and TypeMethodDescriptionRefund.allocation(Refund.AllocationEnum allocation) voidRefund.setAllocation(Refund.AllocationEnum allocation)