Uses of Enum Class
travel.wink.sdk.payment.model.VerifyAccountRequest.OwnerTypeEnum
Packages that use VerifyAccountRequest.OwnerTypeEnum
-
Uses of VerifyAccountRequest.OwnerTypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.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 travel.wink.sdk.payment.model with parameters of type VerifyAccountRequest.OwnerTypeEnumModifier and TypeMethodDescriptionVerifyAccountRequest.ownerType(VerifyAccountRequest.OwnerTypeEnum ownerType) voidVerifyAccountRequest.setOwnerType(VerifyAccountRequest.OwnerTypeEnum ownerType)