Uses of Enum Class
travel.wink.hotelbeds.booking.sdk.model.ApiPaymentCard.CardTypeEnum
Packages that use ApiPaymentCard.CardTypeEnum
-
Uses of ApiPaymentCard.CardTypeEnum in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiPaymentCard.CardTypeEnumModifier and TypeMethodDescriptionstatic ApiPaymentCard.CardTypeEnum@NotNull ApiPaymentCard.CardTypeEnumApiPaymentCard.getCardType()Credit card type.static ApiPaymentCard.CardTypeEnumReturns the enum constant of this class with the specified name.static ApiPaymentCard.CardTypeEnum[]ApiPaymentCard.CardTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiPaymentCard.CardTypeEnumModifier and TypeMethodDescriptionApiPaymentCard.cardType(ApiPaymentCard.CardTypeEnum cardType) voidApiPaymentCard.setCardType(ApiPaymentCard.CardTypeEnum cardType)