Package travel.wink.sdk.booking.model
Class DailyRateAgent
java.lang.Object
travel.wink.sdk.booking.model.DailyRateAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-04-12T17:36:27.832341431+07:00[Asia/Bangkok]")
public class DailyRateAgent
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapturePrice(MoneysAgent capturePrice) displayPrice(MoneysAgent displayPrice) boolean@NotNull @Valid MoneysAgentGet capturePrice@NotNull @Valid LocalDategetDate()The date this rate is applicable for.@NotNull @Valid MoneysAgentGet displayPrice@NotNull @Valid MoneysAgentGet internalPrice@NotNull @Valid MoneysAgentgetPrice()Get price@NotNull @Valid MoneysAgentGet supplierPriceinthashCode()internalPrice(MoneysAgent internalPrice) price(MoneysAgent price) voidsetCapturePrice(MoneysAgent capturePrice) voidvoidsetDisplayPrice(MoneysAgent displayPrice) voidsetInternalPrice(MoneysAgent internalPrice) voidsetPrice(MoneysAgent price) voidsetSupplierPrice(MoneysAgent supplierPrice) supplierPrice(MoneysAgent 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
-
DailyRateAgent
public DailyRateAgent()
-
-
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
Get supplierPrice- Returns:
- supplierPrice
-
setSupplierPrice
-
internalPrice
-
getInternalPrice
Get internalPrice- Returns:
- internalPrice
-
setInternalPrice
-
capturePrice
-
getCapturePrice
Get capturePrice- Returns:
- capturePrice
-
setCapturePrice
-
equals
-
hashCode
public int hashCode() -
toString
-