Uses of Enum Class
travel.wink.sdk.payment.model.CreateAccountRequest.OwnerTypeEnum
Packages that use CreateAccountRequest.OwnerTypeEnum
-
Uses of CreateAccountRequest.OwnerTypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return CreateAccountRequest.OwnerTypeEnumModifier and TypeMethodDescription@NotNull CreateAccountRequest.OwnerTypeEnumCreateAccountRequest.getOwnerType()Type of account owner tells us whether ths account is managed by a company or an individual.Returns the enum constant of this class with the specified name.static CreateAccountRequest.OwnerTypeEnum[]CreateAccountRequest.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 CreateAccountRequest.OwnerTypeEnumModifier and TypeMethodDescriptionCreateAccountRequest.ownerType(CreateAccountRequest.OwnerTypeEnum ownerType) voidCreateAccountRequest.setOwnerType(CreateAccountRequest.OwnerTypeEnum ownerType)