Package travel.wink.sdk.booking.model
Class DailyRate
java.lang.Object
travel.wink.sdk.booking.model.DailyRate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-09-16T10:41:43.298714057+07:00[Asia/Bangkok]")
public class DailyRate
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapturePrice(BookingUserSpecifiedCurrencyTotal capturePrice) date(OffsetDateTime date) displayPrice(BookingUserSpecifiedCurrencyTotal displayPrice) boolean@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet capturePrice@NotNull @Valid OffsetDateTimegetDate()The date this rate is applicable for.@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet displayPrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet internalPrice@NotNull @Valid BookingUserSpecifiedCurrencyTotalgetPrice()Get price@NotNull @Valid BookingUserSpecifiedCurrencyTotalGet supplierPriceinthashCode()internalPrice(BookingUserSpecifiedCurrencyTotal internalPrice) voidsetCapturePrice(BookingUserSpecifiedCurrencyTotal capturePrice) voidsetDate(OffsetDateTime date) voidsetDisplayPrice(BookingUserSpecifiedCurrencyTotal displayPrice) voidsetInternalPrice(BookingUserSpecifiedCurrencyTotal internalPrice) voidvoidsetSupplierPrice(BookingUserSpecifiedCurrencyTotal supplierPrice) supplierPrice(BookingUserSpecifiedCurrencyTotal supplierPrice) toString()
-
Field Details
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
JSON_PROPERTY_DISPLAY_PRICE
- See Also:
-
JSON_PROPERTY_SUPPLIER_PRICE
- See Also:
-
JSON_PROPERTY_INTERNAL_PRICE
- See Also:
-
JSON_PROPERTY_CAPTURE_PRICE
- See Also:
-
-
Constructor Details
-
DailyRate
public DailyRate()
-
-
Method Details
-
date
-
getDate
The date this rate is applicable for.- Returns:
- date
-
setDate
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
displayPrice
-
getDisplayPrice
Get displayPrice- Returns:
- displayPrice
-
setDisplayPrice
-
supplierPrice
-
getSupplierPrice
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getSupplierPrice()Get supplierPrice- Returns:
- supplierPrice
-
setSupplierPrice
-
internalPrice
-
getInternalPrice
@Nonnull @NotNull @Valid public @NotNull @Valid BookingUserSpecifiedCurrencyTotal getInternalPrice()Get internalPrice- Returns:
- internalPrice
-
setInternalPrice
-
capturePrice
-
getCapturePrice
Get capturePrice- Returns:
- capturePrice
-
setCapturePrice
-
equals
-
hashCode
public int hashCode() -
toString
-