Uses of Enum Class
io.trippay.sdk.payment.model.Cardholder.TypeEnum
Packages that use Cardholder.TypeEnum
-
Uses of Cardholder.TypeEnum in io.trippay.sdk.payment.model
Methods in io.trippay.sdk.payment.model that return Cardholder.TypeEnumModifier and TypeMethodDescriptionstatic Cardholder.TypeEnum@NotNull Cardholder.TypeEnumCardholder.getType()One of individual or company.static Cardholder.TypeEnumReturns the enum constant of this class with the specified name.static Cardholder.TypeEnum[]Cardholder.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 Cardholder.TypeEnumModifier and TypeMethodDescriptionvoidCardholder.setType(Cardholder.TypeEnum type) Cardholder.type(Cardholder.TypeEnum type)