Class ApiBookingList
java.lang.Object
travel.wink.hotelbeds.booking.sdk.model.ApiBookingList
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-04T11:28:08.331690043+07:00[Asia/Bangkok]")
public class ApiBookingList
extends Object
The Booking object. Contains all data related with the booking itself.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumCurrent status of the booking. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclientReference(String clientReference) creationDate(LocalDate creationDate) creationUser(String creationUser) boolean@Size(min=1,max=20) StringClient internal booking reference.@Valid LocalDateBooking creation date.The apiKey used to create the booking.Currency of the monetary amount.@Valid ApiHolderGet holder@Valid ApiHotelBookingListgetHotel()Get hotel@Valid ApiReceptiveGet invoiceCompany@Valid BigDecimalRemaining amount to be paid.Booking locator.Current status of the booking.Total amount of the booking.Total amount of the booking.inthashCode()hotel(ApiHotelBookingList hotel) invoiceCompany(ApiReceptive invoiceCompany) pendingAmount(BigDecimal pendingAmount) voidsetClientReference(String clientReference) voidsetCreationDate(LocalDate creationDate) voidsetCreationUser(String creationUser) voidsetCurrency(String currency) voidvoidsetHotel(ApiHotelBookingList hotel) voidsetInvoiceCompany(ApiReceptive invoiceCompany) voidsetPendingAmount(BigDecimal pendingAmount) voidsetReference(String reference) voidsetStatus(ApiBookingList.StatusEnum status) voidsetTotalNet(String totalNet) voidsetTotalSellingRate(String totalSellingRate) status(ApiBookingList.StatusEnum status) toString()totalSellingRate(String totalSellingRate)
-
Field Details
-
JSON_PROPERTY_REFERENCE
- See Also:
-
JSON_PROPERTY_CLIENT_REFERENCE
- See Also:
-
JSON_PROPERTY_CREATION_DATE
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
JSON_PROPERTY_CREATION_USER
- See Also:
-
JSON_PROPERTY_HOLDER
- See Also:
-
JSON_PROPERTY_HOTEL
- See Also:
-
JSON_PROPERTY_INVOICE_COMPANY
- See Also:
-
JSON_PROPERTY_TOTAL_SELLING_RATE
- See Also:
-
JSON_PROPERTY_TOTAL_NET
- See Also:
-
JSON_PROPERTY_PENDING_AMOUNT
- See Also:
-
JSON_PROPERTY_CURRENCY
- See Also:
-
-
Constructor Details
-
ApiBookingList
public ApiBookingList()
-
-
Method Details
-
reference
-
getReference
Booking locator. Format: XXXXXXXX-XXXXXXXX- Returns:
- reference
-
setReference
-
clientReference
-
getClientReference
Client internal booking reference.- Returns:
- clientReference
-
setClientReference
-
creationDate
-
getCreationDate
Booking creation date.- Returns:
- creationDate
-
setCreationDate
-
status
-
getStatus
Current status of the booking.- Returns:
- status
-
setStatus
-
creationUser
-
getCreationUser
The apiKey used to create the booking.- Returns:
- creationUser
-
setCreationUser
-
holder
-
getHolder
Get holder- Returns:
- holder
-
setHolder
-
hotel
-
getHotel
Get hotel- Returns:
- hotel
-
setHotel
-
invoiceCompany
-
getInvoiceCompany
Get invoiceCompany- Returns:
- invoiceCompany
-
setInvoiceCompany
-
totalSellingRate
-
getTotalSellingRate
Total amount of the booking.- Returns:
- totalSellingRate
-
setTotalSellingRate
-
totalNet
-
getTotalNet
Total amount of the booking.- Returns:
- totalNet
-
setTotalNet
-
pendingAmount
-
getPendingAmount
Remaining amount to be paid.- Returns:
- pendingAmount
-
setPendingAmount
-
currency
-
getCurrency
Currency of the monetary amount.- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-