Uses of Enum Class
io.trippay.sdk.payment.model.ExternalEvent.ReceiverEnum
Packages that use ExternalEvent.ReceiverEnum
-
Uses of ExternalEvent.ReceiverEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type ExternalEvent.ReceiverEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumThe receiver of the request payloadMethods in io.trippay.sdk.payment.model that return ExternalEvent.ReceiverEnumModifier and TypeMethodDescriptionstatic ExternalEvent.ReceiverEnum@NotNull ExternalEvent.ReceiverEnumExternalEvent.getReceiver()The receiver of the request payloadstatic ExternalEvent.ReceiverEnumReturns the enum constant of this class with the specified name.static ExternalEvent.ReceiverEnum[]ExternalEvent.ReceiverEnum.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 ExternalEvent.ReceiverEnumModifier and TypeMethodDescriptionExternalEvent.receiver(ExternalEvent.ReceiverEnum receiver) voidExternalEvent.setReceiver(ExternalEvent.ReceiverEnum receiver)