Class ApiPaymentData
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiPaymentData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiPaymentData
extends Object
Payment information. This is mandatory for rates with clients accounts setup as credit card payment.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbillingAddress(ApiBillingAddress billingAddress) contactData(ApiPaymentContactData contactData) device(ApiBookingDevice device) boolean@Valid ApiBillingAddressGet billingAddress@NotNull @Valid ApiPaymentContactDataGet contactData@Valid ApiBookingDeviceGet device@NotNull @Valid ApiPaymentCardGet paymentCard@Valid ThreeDsDataGet threeDsDataIdentifies web partners bookings.inthashCode()paymentCard(ApiPaymentCard paymentCard) voidsetBillingAddress(ApiBillingAddress billingAddress) voidsetContactData(ApiPaymentContactData contactData) voidsetDevice(ApiBookingDevice device) voidsetPaymentCard(ApiPaymentCard paymentCard) voidsetThreeDsData(ThreeDsData threeDsData) voidsetWebPartner(Integer webPartner) threeDsData(ThreeDsData threeDsData) toString()webPartner(Integer webPartner)
-
Field Details
-
JSON_PROPERTY_PAYMENT_CARD
- See Also:
-
JSON_PROPERTY_CONTACT_DATA
- See Also:
-
JSON_PROPERTY_BILLING_ADDRESS
- See Also:
-
JSON_PROPERTY_THREE_DS_DATA
- See Also:
-
JSON_PROPERTY_WEB_PARTNER
- See Also:
-
JSON_PROPERTY_DEVICE
- See Also:
-
-
Constructor Details
-
ApiPaymentData
public ApiPaymentData()
-
-
Method Details
-
paymentCard
-
getPaymentCard
Get paymentCard- Returns:
- paymentCard
-
setPaymentCard
-
contactData
-
getContactData
Get contactData- Returns:
- contactData
-
setContactData
-
billingAddress
-
getBillingAddress
Get billingAddress- Returns:
- billingAddress
-
setBillingAddress
-
threeDsData
-
getThreeDsData
Get threeDsData- Returns:
- threeDsData
-
setThreeDsData
-
webPartner
-
getWebPartner
Identifies web partners bookings. Only required when using the end user's credit card.- Returns:
- webPartner
-
setWebPartner
-
device
-
getDevice
Get device- Returns:
- device
-
setDevice
-
equals
-
hashCode
public int hashCode() -
toString
-