Package io.trippay.sdk.payment.model
Class PricedDailyRate
java.lang.Object
io.trippay.sdk.payment.model.PricedDailyRate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-10-30T09:45:07.381511750+07:00[Asia/Bangkok]")
public class PricedDailyRate
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondisplayPrice(CustomMonetaryAmount displayPrice) boolean@NotNull @Valid LocalDategetDate()The date this rate is applicable for.@NotNull @Valid CustomMonetaryAmountGet displayPrice@NotNull @Valid CustomMonetaryAmountGet internalPrice@NotNull @Valid CustomMonetaryAmountgetPrice()Get price@NotNull @Valid CustomMonetaryAmountGet supplierPriceinthashCode()internalPrice(CustomMonetaryAmount internalPrice) price(CustomMonetaryAmount price) 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:
-
-
Constructor Details
-
PricedDailyRate
public PricedDailyRate()
-
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-