Package travel.wink.sdk.extranet.model
Class DailyRateSupplier
java.lang.Object
travel.wink.sdk.extranet.model.DailyRateSupplier
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-05-05T11:16:56.266186763+07:00[Asia/Bangkok]")
public class DailyRateSupplier
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncapturePrice(MoneysSupplier capturePrice) displayPrice(MoneysSupplier displayPrice) boolean@NotNull @Valid MoneysSupplierGet capturePrice@NotNull @Valid LocalDategetDate()The date this rate is applicable for.@NotNull @Valid MoneysSupplierGet displayPrice@NotNull @Valid MoneysSupplierGet internalPrice@NotNull @Valid MoneysSuppliergetPrice()Get price@NotNull @Valid MoneysSupplierGet supplierPriceinthashCode()internalPrice(MoneysSupplier internalPrice) price(MoneysSupplier price) voidsetCapturePrice(MoneysSupplier capturePrice) voidvoidsetDisplayPrice(MoneysSupplier displayPrice) voidsetInternalPrice(MoneysSupplier internalPrice) voidsetPrice(MoneysSupplier price) voidsetSupplierPrice(MoneysSupplier supplierPrice) supplierPrice(MoneysSupplier 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
-
DailyRateSupplier
public DailyRateSupplier()
-
-
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
-