Uses of Enum Class
travel.wink.sdk.payment.model.UpsertAccountAcquirerRequest.TypeEnum
Packages that use UpsertAccountAcquirerRequest.TypeEnum
-
Uses of UpsertAccountAcquirerRequest.TypeEnum in travel.wink.sdk.payment.model
Methods in travel.wink.sdk.payment.model that return UpsertAccountAcquirerRequest.TypeEnumModifier and TypeMethodDescriptionUpsertAccountAcquirerRequest.getType()Technology taking the chargeReturns the enum constant of this class with the specified name.UpsertAccountAcquirerRequest.TypeEnum.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 UpsertAccountAcquirerRequest.TypeEnumModifier and TypeMethodDescriptionvoidUpsertAccountAcquirerRequest.setType(UpsertAccountAcquirerRequest.TypeEnum type) UpsertAccountAcquirerRequest.type(UpsertAccountAcquirerRequest.TypeEnum type)