Package io.trippay.sdk.payment.model
Class Quote
java.lang.Object
io.trippay.sdk.payment.model.Quote
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-03T09:25:34.975208328+07:00[Asia/Bangkok]")
public class Quote
extends Object
The quote used to create captureAmount.
-
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
-
Quote
public Quote()
-
-
Method Details
-
source
-
getSource
-
setSource
-
target
-
getTarget
-
setTarget
-
exchangeRate
-
getExchangeRate
Exchange rate- Returns:
- exchangeRate
-
setExchangeRate
-
timestamp
-
getTimestamp
-
setTimestamp
-
equals
-
hashCode
-
toString
-