Uses of Class
travel.wink.hotelbeds.booking.sdk.model.ApiPaymentData
Packages that use ApiPaymentData
-
Uses of ApiPaymentData in travel.wink.hotelbeds.booking.sdk.model
Methods in travel.wink.hotelbeds.booking.sdk.model that return ApiPaymentDataModifier and TypeMethodDescriptionApiPaymentData.billingAddress(ApiBillingAddress billingAddress) ApiPaymentData.contactData(ApiPaymentContactData contactData) ApiPaymentData.device(ApiBookingDevice device) @Valid ApiPaymentDataBookingChangeRQ.getPaymentData()Get paymentData@Valid ApiPaymentDataBookingRQ.getPaymentData()Get paymentDataApiPaymentData.paymentCard(ApiPaymentCard paymentCard) ApiPaymentData.threeDsData(ThreeDsData threeDsData) ApiPaymentData.webPartner(Integer webPartner) Methods in travel.wink.hotelbeds.booking.sdk.model with parameters of type ApiPaymentDataModifier and TypeMethodDescriptionBookingChangeRQ.paymentData(ApiPaymentData paymentData) BookingRQ.paymentData(ApiPaymentData paymentData) voidBookingChangeRQ.setPaymentData(ApiPaymentData paymentData) voidBookingRQ.setPaymentData(ApiPaymentData paymentData)