Package io.trippay.sdk.payment.model
Class RawDailyRate
java.lang.Object
io.trippay.sdk.payment.model.RawDailyRate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-08T09:18:59.196133021+07:00[Asia/Bangkok]")
public class RawDailyRate
extends Object
In case of LODGING, include daily rates
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean@NotNull @Valid LocalDategetDate()The date this rate is applicable for.@NotNull @Valid CustomMonetaryAmountgetPrice()Get priceinthashCode()price(CustomMonetaryAmount price) voidvoidsetPrice(CustomMonetaryAmount price) toString()
-
Field Details
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_PRICE
- See Also:
-
-
Constructor Details
-
RawDailyRate
public RawDailyRate()
-
-
Method Details
-
date
-
getDate
The date this rate is applicable for.- Returns:
- date
-
setDate
-
price
-
getPrice
Get price- Returns:
- price
-
setPrice
-
equals
-
hashCode
-
toString
-