Uses of Class
travel.wink.hotelbeds.booking.sdk.model.ApiPaymentCard
Packages that use ApiPaymentCard
-
Uses of ApiPaymentCard in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiPaymentCardModifier and TypeMethodDescriptionApiPaymentCard.cardHolderName(String cardHolderName) ApiPaymentCard.cardNumber(String cardNumber) ApiPaymentCard.cardType(ApiPaymentCard.CardTypeEnum cardType) ApiPaymentCard.expiryDate(String expiryDate) @NotNull @Valid ApiPaymentCardApiPaymentData.getPaymentCard()Get paymentCardMethods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiPaymentCardModifier and TypeMethodDescriptionApiPaymentData.paymentCard(ApiPaymentCard paymentCard) voidApiPaymentData.setPaymentCard(ApiPaymentCard paymentCard)