Class DailyRateSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.booking.model.DailyRateSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:17:36.846722567+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class DailyRateSupplierDetails
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapturePrice(CustomMonetaryAmount capturePrice) displayPrice(CustomMonetaryAmount displayPrice) boolean@NotNull @Valid CustomMonetaryAmountThe capturePrice of this item.@NotNull @Valid LocalDategetDate()The date this rate is applicable for.@NotNull @Valid CustomMonetaryAmountThe displayPrice of this item converted to desired quote.@NotNull @Valid CustomMonetaryAmountThe internalPrice of this item.@NotNull @Valid CustomMonetaryAmountgetPrice()The displayPrice of this item in the original displayPrice quoted in the TripPay contract.@NotNull @Valid CustomMonetaryAmountThe displayPrice of this item converted to supplier quote.inthashCode()internalPrice(CustomMonetaryAmount internalPrice) price(CustomMonetaryAmount price) voidsetCapturePrice(CustomMonetaryAmount capturePrice) voidvoidsetDisplayPrice(CustomMonetaryAmount displayPrice) voidsetInternalPrice(CustomMonetaryAmount internalPrice) voidsetPrice(CustomMonetaryAmount price) voidsetSupplierPrice(CustomMonetaryAmount supplierPrice) supplierPrice(CustomMonetaryAmount 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
-
DailyRateSupplierDetails
public DailyRateSupplierDetails()
-
-
Method Details
-
date
-
getDate
The date this rate is applicable for.- Returns:
- date
-
setDate
-
price
-
getPrice
The displayPrice of this item in the original displayPrice quoted in the TripPay contract.- Returns:
- price
-
setPrice
-
displayPrice
-
getDisplayPrice
The displayPrice of this item converted to desired quote.- Returns:
- displayPrice
-
setDisplayPrice
-
supplierPrice
-
getSupplierPrice
The displayPrice of this item converted to supplier quote.- Returns:
- supplierPrice
-
setSupplierPrice
-
internalPrice
-
getInternalPrice
The internalPrice of this item. The price in reactive currency.- Returns:
- internalPrice
-
setInternalPrice
-
capturePrice
-
getCapturePrice
The capturePrice of this item. The price we charged with the acquirer.- Returns:
- capturePrice
-
setCapturePrice
-
equals
-
hashCode
-
toString
-