Package travel.wink.sdk.extranet.model
Class ReportingDailyRateSupplierDetails
java.lang.Object
travel.wink.sdk.extranet.model.ReportingDailyRateSupplierDetails
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-11-03T16:31:02.054814418+07:00[Asia/Bangkok]")
public class ReportingDailyRateSupplierDetails
extends Object
Displays rate accounting details
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaseAmount(BigDecimal baseAmount) boolean@Valid BigDecimalThe rate given to us by channel manager / CRS / PMS.The currency for these amounts.@Valid LocalDategetDate()The rate date.@Valid BigDecimalThe derived amount based on promotions, member discounts etc within our platform.@Valid BigDecimalThe gross amount minus fees and commissions.@Valid BigDecimalThe net amount minus potential refund.grossAmount(BigDecimal grossAmount) inthashCode()netAmount(BigDecimal netAmount) netAmountWithRefund(BigDecimal netAmountWithRefund) voidsetBaseAmount(BigDecimal baseAmount) voidsetCurrency(String currency) voidvoidsetGrossAmount(BigDecimal grossAmount) voidsetNetAmount(BigDecimal netAmount) voidsetNetAmountWithRefund(BigDecimal netAmountWithRefund) toString()
-
Field Details
-
JSON_PROPERTY_DATE
- See Also:
-
JSON_PROPERTY_BASE_AMOUNT
- See Also:
-
JSON_PROPERTY_GROSS_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_AMOUNT
- See Also:
-
JSON_PROPERTY_NET_AMOUNT_WITH_REFUND
- See Also:
-
JSON_PROPERTY_CURRENCY
- See Also:
-
-
Constructor Details
-
ReportingDailyRateSupplierDetails
public ReportingDailyRateSupplierDetails()
-
-
Method Details
-
date
-
getDate
The rate date.- Returns:
- date
-
setDate
-
baseAmount
-
getBaseAmount
The rate given to us by channel manager / CRS / PMS.- Returns:
- baseAmount
-
setBaseAmount
-
grossAmount
-
getGrossAmount
The derived amount based on promotions, member discounts etc within our platform.- Returns:
- grossAmount
-
setGrossAmount
-
netAmount
-
getNetAmount
The gross amount minus fees and commissions.- Returns:
- netAmount
-
setNetAmount
-
netAmountWithRefund
-
getNetAmountWithRefund
The net amount minus potential refund. Null if booking contains no refund.- Returns:
- netAmountWithRefund
-
setNetAmountWithRefund
-
currency
-
getCurrency
The currency for these amounts.- Returns:
- currency
-
setCurrency
-
equals
-
hashCode
public int hashCode() -
toString
-