Package travel.wink.sdk.lookup.model
Class QuoteConsumer
java.lang.Object
travel.wink.sdk.lookup.model.QuoteConsumer
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-06-13T15:19:06.946924419+07:00[Asia/Bangkok]")
public class QuoteConsumer
extends Object
Exchange rate quote between the property's source currency and the payment's currency that was used to populate price.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexchangeRate(BigDecimal exchangeRate) @NotNull @Valid BigDecimalExchange rate@NotNull StringSource@NotNull StringTarget@NotNull LongTimestampinthashCode()voidsetExchangeRate(BigDecimal exchangeRate) voidvoidvoidsetTimestamp(Long timestamp) toString()
-
Field Details
-
JSON_PROPERTY_SOURCE
- See Also:
-
JSON_PROPERTY_TARGET
- See Also:
-
JSON_PROPERTY_EXCHANGE_RATE
- See Also:
-
JSON_PROPERTY_TIMESTAMP
- See Also:
-
-
Constructor Details
-
QuoteConsumer
public QuoteConsumer()
-
-
Method Details
-
source
-
getSource
Source- Returns:
- source
-
setSource
-
target
-
getTarget
Target- Returns:
- target
-
setTarget
-
exchangeRate
-
getExchangeRate
Exchange rate- Returns:
- exchangeRate
-
setExchangeRate
-
timestamp
-
getTimestamp
Timestamp- Returns:
- timestamp
-
setTimestamp
-
equals
-
hashCode
public int hashCode() -
toString
-