Package travel.wink.sdk.affiliate.model
Class ReportingDailyRateAffiliate
java.lang.Object
travel.wink.sdk.affiliate.model.ReportingDailyRateAffiliate
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-21T16:17:19.654348185+07:00[Asia/Bangkok]")
public class ReportingDailyRateAffiliate
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
-
ReportingDailyRateAffiliate
public ReportingDailyRateAffiliate()
-
-
Method Details
-
date
-
getDate
-
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
-
setCurrency
-
equals
-
hashCode
-
toString
-