Uses of Enum Class
io.trippay.sdk.payment.model.VerifyAccountRequest.OwnerTypeEnum
Packages that use VerifyAccountRequest.OwnerTypeEnum
-
Uses of VerifyAccountRequest.OwnerTypeEnum in io.trippay.sdk.payment.model
Subclasses with type arguments of type VerifyAccountRequest.OwnerTypeEnum in io.trippay.sdk.payment.modelModifier and TypeClassDescriptionstatic enumWhether the account is a company or individual.Methods in io.trippay.sdk.payment.model that return VerifyAccountRequest.OwnerTypeEnumModifier and TypeMethodDescriptionVerifyAccountRequest.getOwnerType()Whether the account is a company or individual.Returns the enum constant of this class with the specified name.static VerifyAccountRequest.OwnerTypeEnum[]VerifyAccountRequest.OwnerTypeEnum.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 VerifyAccountRequest.OwnerTypeEnumModifier and TypeMethodDescriptionVerifyAccountRequest.ownerType(VerifyAccountRequest.OwnerTypeEnum ownerType) voidVerifyAccountRequest.setOwnerType(VerifyAccountRequest.OwnerTypeEnum ownerType)