Package travel.wink.sdk.booking.model
Class BookingContractAgent
java.lang.Object
travel.wink.sdk.booking.model.BookingContractAgent
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2023-03-10T10:48:08.191600840+07:00[Asia/Bangkok]")
public class BookingContractAgent
extends Object
Booking contract created by TripPay
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumReason type.static enumType of entity that cancelled the booking. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddItemListItem(BookingContractItemAgent itemListItem) addRefundsItem(RefundAgent refundsItem) bookingContractIdentifier(UUID bookingContractIdentifier) cancellableBySupplier(Boolean cancellableBySupplier) cancellableByTraveler(Boolean cancellableByTraveler) cancellableWithNoCharges(Boolean cancellableWithNoCharges) cancellationType(BookingContractAgent.CancellationTypeEnum cancellationType) cancelledOn(LocalDateTime cancelledOn) canceller(BookingContractAgent.CancellerEnum canceller) cancellerUserIdentifier(String cancellerUserIdentifier) cancelReason(String cancelReason) capturePriceQuote(QuoteAgent capturePriceQuote) commissionableTotalCaptureAmount(MoneysAgent commissionableTotalCaptureAmount) commissionableTotalDisplayAmount(MoneysAgent commissionableTotalDisplayAmount) commissionableTotalInternalAmount(MoneysAgent commissionableTotalInternalAmount) commissionableTotalSourceAmount(MoneysAgent commissionableTotalSourceAmount) commissionableTotalSupplierAmount(MoneysAgent commissionableTotalSupplierAmount) createdDate(LocalDateTime createdDate) displayPriceQuote(QuoteAgent displayPriceQuote) booleanexternalSupplierBookingCode(String externalSupplierBookingCode) externalSupplierIdentifier(String externalSupplierIdentifier) fundsProcessed(Boolean fundsProcessed) @Valid UUIDDocument UUIDWhether the booking can still be cancelled completely by the supplier.Whether the booking can still be cancelled completely by the traveller.Whether the cancellation comes at no cost to the traveler.Reason type.Optional geoname externalIdentifier to remote inventory.When the booking was cancelled.Type of entity that cancelled the booking.User identifier that cancelled the entity.Reason for cancellation.@NotNull @Valid QuoteAgentGet capturePriceQuote@Valid MoneysAgentGet commissionableTotalCaptureAmount@Valid MoneysAgentGet commissionableTotalDisplayAmount@Valid MoneysAgentGet commissionableTotalInternalAmount@Valid MoneysAgentGet commissionableTotalSourceAmount@Valid MoneysAgentGet commissionableTotalSupplierAmountDatetime this record was first created@NotNull @Valid QuoteAgentGet displayPriceQuoteExternal booking code generated by the affiliateContract creator can choose to geoname this record with her own identifierWhether a funds transfer request has been created for this booking.@NotNull @Valid UUIDUnique identifier used to track the contract.@NotNull @Valid QuoteAgentGet internalPriceQuote@NotNull StringCaller's IP addressWhether a cancellation comes with partial charges.@NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItemAgent>Holds one booking line item for a specific supplier.Datetime this record was last updatedGet payment@Valid MoneysAgentGet refundedCapturePrice@Valid MoneysAgentGet refundedDisplayPrice@Valid MoneysAgentGet refundedInternalPrice@Valid MoneysAgentGet refundedSourcePrice@Valid MoneysAgentGet refundedSupplierPrice@Valid List<RefundAgent>An optional list of refunds that occurred with this booking.@NotNull StringWhere did the booking occur@NotNull @Valid UUIDSupplier identifier@NotNull StringSupplier name@NotNull @Valid QuoteAgentGet supplierPriceQuote@Valid MoneysAgentGet totalCapturePrice@Valid MoneysAgentGet totalCapturePriceAfterRefund@Valid MoneysAgentGet totalDisplayPrice@Valid MoneysAgentGet totalDisplayPriceAfterRefund@Valid MoneysAgentGet totalInternalPrice@Valid MoneysAgentGet totalInternalPriceAfterRefund@Valid MoneysAgentGet totalSourcePrice@Valid MoneysAgentGet totalSourcePriceAfterRefund@Valid MoneysAgentGet totalSupplierPrice@Valid MoneysAgentGet totalSupplierPriceAfterRefundTotal amount of tokens minted on this contract.@NotNull StringWay to track which booking contracts were made togetherinthashCode()identifier(UUID identifier) internalPriceQuote(QuoteAgent internalPriceQuote) isCancellableWithPotentialCharges(Boolean isCancellableWithPotentialCharges) itemList(List<BookingContractItemAgent> itemList) lastUpdate(LocalDateTime lastUpdate) refundedCapturePrice(MoneysAgent refundedCapturePrice) refundedDisplayPrice(MoneysAgent refundedDisplayPrice) refundedInternalPrice(MoneysAgent refundedInternalPrice) refundedSourcePrice(MoneysAgent refundedSourcePrice) refundedSupplierPrice(MoneysAgent refundedSupplierPrice) refunds(List<RefundAgent> refunds) voidsetBookingContractIdentifier(UUID bookingContractIdentifier) voidsetCancellableBySupplier(Boolean cancellableBySupplier) voidsetCancellableByTraveler(Boolean cancellableByTraveler) voidsetCancellableWithNoCharges(Boolean cancellableWithNoCharges) voidsetCancellationType(BookingContractAgent.CancellationTypeEnum cancellationType) voidsetCancelled(Boolean cancelled) voidsetCancelledOn(LocalDateTime cancelledOn) voidsetCanceller(BookingContractAgent.CancellerEnum canceller) voidsetCancellerUserIdentifier(String cancellerUserIdentifier) voidsetCancelReason(String cancelReason) voidsetCapturePriceQuote(QuoteAgent capturePriceQuote) voidsetCommissionableTotalCaptureAmount(MoneysAgent commissionableTotalCaptureAmount) voidsetCommissionableTotalDisplayAmount(MoneysAgent commissionableTotalDisplayAmount) voidsetCommissionableTotalInternalAmount(MoneysAgent commissionableTotalInternalAmount) voidsetCommissionableTotalSourceAmount(MoneysAgent commissionableTotalSourceAmount) voidsetCommissionableTotalSupplierAmount(MoneysAgent commissionableTotalSupplierAmount) voidsetCreatedDate(LocalDateTime createdDate) voidsetDisplayPriceQuote(QuoteAgent displayPriceQuote) voidsetExternalSupplierBookingCode(String externalSupplierBookingCode) voidsetExternalSupplierIdentifier(String externalSupplierIdentifier) voidsetFundsProcessed(Boolean fundsProcessed) voidsetIdentifier(UUID identifier) voidsetInternalPriceQuote(QuoteAgent internalPriceQuote) voidsetIpAddress(String ipAddress) voidsetIsCancellableWithPotentialCharges(Boolean isCancellableWithPotentialCharges) voidsetItemList(List<BookingContractItemAgent> itemList) voidsetLastUpdate(LocalDateTime lastUpdate) voidvoidsetRefundedCapturePrice(MoneysAgent refundedCapturePrice) voidsetRefundedDisplayPrice(MoneysAgent refundedDisplayPrice) voidsetRefundedInternalPrice(MoneysAgent refundedInternalPrice) voidsetRefundedSourcePrice(MoneysAgent refundedSourcePrice) voidsetRefundedSupplierPrice(MoneysAgent refundedSupplierPrice) voidsetRefunds(List<RefundAgent> refunds) voidsetSourceUrl(String sourceUrl) voidsetSupplierIdentifier(UUID supplierIdentifier) voidsetSupplierName(String supplierName) voidsetSupplierPriceQuote(QuoteAgent supplierPriceQuote) voidsetTotalCapturePrice(MoneysAgent totalCapturePrice) voidsetTotalCapturePriceAfterRefund(MoneysAgent totalCapturePriceAfterRefund) voidsetTotalDisplayPrice(MoneysAgent totalDisplayPrice) voidsetTotalDisplayPriceAfterRefund(MoneysAgent totalDisplayPriceAfterRefund) voidsetTotalInternalPrice(MoneysAgent totalInternalPrice) voidsetTotalInternalPriceAfterRefund(MoneysAgent totalInternalPriceAfterRefund) voidsetTotalSourcePrice(MoneysAgent totalSourcePrice) voidsetTotalSourcePriceAfterRefund(MoneysAgent totalSourcePriceAfterRefund) voidsetTotalSupplierPrice(MoneysAgent totalSupplierPrice) voidsetTotalSupplierPriceAfterRefund(MoneysAgent totalSupplierPriceAfterRefund) voidsetTotalTokensEarned(Long totalTokensEarned) voidsetTraceId(String traceId) supplierIdentifier(UUID supplierIdentifier) supplierName(String supplierName) supplierPriceQuote(QuoteAgent supplierPriceQuote) toString()totalCapturePrice(MoneysAgent totalCapturePrice) totalCapturePriceAfterRefund(MoneysAgent totalCapturePriceAfterRefund) totalDisplayPrice(MoneysAgent totalDisplayPrice) totalDisplayPriceAfterRefund(MoneysAgent totalDisplayPriceAfterRefund) totalInternalPrice(MoneysAgent totalInternalPrice) totalInternalPriceAfterRefund(MoneysAgent totalInternalPriceAfterRefund) totalSourcePrice(MoneysAgent totalSourcePrice) totalSourcePriceAfterRefund(MoneysAgent totalSourcePriceAfterRefund) totalSupplierPrice(MoneysAgent totalSupplierPrice) totalSupplierPriceAfterRefund(MoneysAgent totalSupplierPriceAfterRefund) totalTokensEarned(Long totalTokensEarned)
-
Field Details
-
JSON_PROPERTY_BOOKING_CONTRACT_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CREATED_DATE
- See Also:
-
JSON_PROPERTY_LAST_UPDATE
- See Also:
-
JSON_PROPERTY_IP_ADDRESS
- See Also:
-
JSON_PROPERTY_TRACE_ID
- See Also:
-
JSON_PROPERTY_SOURCE_URL
- See Also:
-
JSON_PROPERTY_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_SUPPLIER_NAME
- See Also:
-
JSON_PROPERTY_DISPLAY_PRICE_QUOTE
- See Also:
-
JSON_PROPERTY_SUPPLIER_PRICE_QUOTE
- See Also:
-
JSON_PROPERTY_INTERNAL_PRICE_QUOTE
- See Also:
-
JSON_PROPERTY_CAPTURE_PRICE_QUOTE
- See Also:
-
JSON_PROPERTY_ITEM_LIST
- See Also:
-
JSON_PROPERTY_EXTERNAL_SUPPLIER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_EXTERNAL_SUPPLIER_BOOKING_CODE
- See Also:
-
JSON_PROPERTY_PAYMENT
- See Also:
-
JSON_PROPERTY_CANCELLED
- See Also:
-
JSON_PROPERTY_CANCELLED_ON
- See Also:
-
JSON_PROPERTY_CANCELLER
- See Also:
-
JSON_PROPERTY_CANCELLATION_TYPE
- See Also:
-
JSON_PROPERTY_CANCELLER_USER_IDENTIFIER
- See Also:
-
JSON_PROPERTY_CANCEL_REASON
- See Also:
-
JSON_PROPERTY_FUNDS_PROCESSED
- See Also:
-
JSON_PROPERTY_REFUNDS
- See Also:
-
JSON_PROPERTY_TOTAL_SOURCE_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_DISPLAY_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_SUPPLIER_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_INTERNAL_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_CAPTURE_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_SOURCE_PRICE_AFTER_REFUND
- See Also:
-
JSON_PROPERTY_TOTAL_DISPLAY_PRICE_AFTER_REFUND
- See Also:
-
JSON_PROPERTY_TOTAL_SUPPLIER_PRICE_AFTER_REFUND
- See Also:
-
JSON_PROPERTY_TOTAL_INTERNAL_PRICE_AFTER_REFUND
- See Also:
-
JSON_PROPERTY_TOTAL_CAPTURE_PRICE_AFTER_REFUND
- See Also:
-
JSON_PROPERTY_REFUNDED_SOURCE_PRICE
- See Also:
-
JSON_PROPERTY_REFUNDED_DISPLAY_PRICE
- See Also:
-
JSON_PROPERTY_REFUNDED_SUPPLIER_PRICE
- See Also:
-
JSON_PROPERTY_REFUNDED_INTERNAL_PRICE
- See Also:
-
JSON_PROPERTY_REFUNDED_CAPTURE_PRICE
- See Also:
-
JSON_PROPERTY_TOTAL_TOKENS_EARNED
- See Also:
-
JSON_PROPERTY_CANCELLABLE_WITH_NO_CHARGES
- See Also:
-
JSON_PROPERTY_IS_CANCELLABLE_WITH_POTENTIAL_CHARGES
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE_TOTAL_SOURCE_AMOUNT
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE_TOTAL_CAPTURE_AMOUNT
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE_TOTAL_DISPLAY_AMOUNT
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE_TOTAL_SUPPLIER_AMOUNT
- See Also:
-
JSON_PROPERTY_COMMISSIONABLE_TOTAL_INTERNAL_AMOUNT
- See Also:
-
JSON_PROPERTY_CANCELLABLE_BY_SUPPLIER
- See Also:
-
JSON_PROPERTY_CANCELLABLE_BY_TRAVELER
- See Also:
-
-
Constructor Details
-
BookingContractAgent
public BookingContractAgent()
-
-
Method Details
-
bookingContractIdentifier
-
getBookingContractIdentifier
Document UUID- Returns:
- bookingContractIdentifier
-
setBookingContractIdentifier
-
createdDate
-
getCreatedDate
Datetime this record was first created- Returns:
- createdDate
-
setCreatedDate
-
lastUpdate
-
getLastUpdate
Datetime this record was last updated- Returns:
- lastUpdate
-
setLastUpdate
-
ipAddress
-
getIpAddress
Caller's IP address- Returns:
- ipAddress
-
setIpAddress
-
traceId
-
getTraceId
Way to track which booking contracts were made together- Returns:
- traceId
-
setTraceId
-
sourceUrl
-
getSourceUrl
Where did the booking occur- Returns:
- sourceUrl
-
setSourceUrl
-
identifier
-
getIdentifier
Unique identifier used to track the contract. Create a UUID for this purpose.- Returns:
- identifier
-
setIdentifier
-
supplierIdentifier
-
getSupplierIdentifier
Supplier identifier- Returns:
- supplierIdentifier
-
setSupplierIdentifier
-
supplierName
-
getSupplierName
Supplier name- Returns:
- supplierName
-
setSupplierName
-
displayPriceQuote
-
getDisplayPriceQuote
Get displayPriceQuote- Returns:
- displayPriceQuote
-
setDisplayPriceQuote
-
supplierPriceQuote
-
getSupplierPriceQuote
Get supplierPriceQuote- Returns:
- supplierPriceQuote
-
setSupplierPriceQuote
-
internalPriceQuote
-
getInternalPriceQuote
Get internalPriceQuote- Returns:
- internalPriceQuote
-
setInternalPriceQuote
-
capturePriceQuote
-
getCapturePriceQuote
Get capturePriceQuote- Returns:
- capturePriceQuote
-
setCapturePriceQuote
-
itemList
-
addItemListItem
-
getItemList
@Nonnull @NotNull @Valid @Size(min=1, max=2147483647) public @NotNull @Valid @Size(min=1,max=2147483647) List<BookingContractItemAgent> getItemList()Holds one booking line item for a specific supplier.- Returns:
- itemList
-
setItemList
-
externalSupplierIdentifier
-
getExternalSupplierIdentifier
Contract creator can choose to geoname this record with her own identifier- Returns:
- externalSupplierIdentifier
-
setExternalSupplierIdentifier
-
externalSupplierBookingCode
-
getExternalSupplierBookingCode
External booking code generated by the affiliate- Returns:
- externalSupplierBookingCode
-
setExternalSupplierBookingCode
-
payment
-
getPayment
Get payment- Returns:
- payment
-
setPayment
-
cancelled
-
getCancelled
Optional geoname externalIdentifier to remote inventory.- Returns:
- cancelled
-
setCancelled
-
cancelledOn
-
getCancelledOn
When the booking was cancelled.- Returns:
- cancelledOn
-
setCancelledOn
-
canceller
-
getCanceller
Type of entity that cancelled the booking.- Returns:
- canceller
-
setCanceller
-
cancellationType
public BookingContractAgent cancellationType(BookingContractAgent.CancellationTypeEnum cancellationType) -
getCancellationType
Reason type.- Returns:
- cancellationType
-
setCancellationType
-
cancellerUserIdentifier
-
getCancellerUserIdentifier
User identifier that cancelled the entity.- Returns:
- cancellerUserIdentifier
-
setCancellerUserIdentifier
-
cancelReason
-
getCancelReason
Reason for cancellation.- Returns:
- cancelReason
-
setCancelReason
-
fundsProcessed
-
getFundsProcessed
Whether a funds transfer request has been created for this booking.- Returns:
- fundsProcessed
-
setFundsProcessed
-
refunds
-
addRefundsItem
-
getRefunds
An optional list of refunds that occurred with this booking. If the refund amount(s) is the same as the total price, the booking also gets cancelled.- Returns:
- refunds
-
setRefunds
-
totalSourcePrice
-
getTotalSourcePrice
Get totalSourcePrice- Returns:
- totalSourcePrice
-
setTotalSourcePrice
-
totalDisplayPrice
-
getTotalDisplayPrice
Get totalDisplayPrice- Returns:
- totalDisplayPrice
-
setTotalDisplayPrice
-
totalSupplierPrice
-
getTotalSupplierPrice
Get totalSupplierPrice- Returns:
- totalSupplierPrice
-
setTotalSupplierPrice
-
totalInternalPrice
-
getTotalInternalPrice
Get totalInternalPrice- Returns:
- totalInternalPrice
-
setTotalInternalPrice
-
totalCapturePrice
-
getTotalCapturePrice
Get totalCapturePrice- Returns:
- totalCapturePrice
-
setTotalCapturePrice
-
totalSourcePriceAfterRefund
-
getTotalSourcePriceAfterRefund
Get totalSourcePriceAfterRefund- Returns:
- totalSourcePriceAfterRefund
-
setTotalSourcePriceAfterRefund
-
totalDisplayPriceAfterRefund
-
getTotalDisplayPriceAfterRefund
Get totalDisplayPriceAfterRefund- Returns:
- totalDisplayPriceAfterRefund
-
setTotalDisplayPriceAfterRefund
-
totalSupplierPriceAfterRefund
public BookingContractAgent totalSupplierPriceAfterRefund(MoneysAgent totalSupplierPriceAfterRefund) -
getTotalSupplierPriceAfterRefund
Get totalSupplierPriceAfterRefund- Returns:
- totalSupplierPriceAfterRefund
-
setTotalSupplierPriceAfterRefund
-
totalInternalPriceAfterRefund
public BookingContractAgent totalInternalPriceAfterRefund(MoneysAgent totalInternalPriceAfterRefund) -
getTotalInternalPriceAfterRefund
Get totalInternalPriceAfterRefund- Returns:
- totalInternalPriceAfterRefund
-
setTotalInternalPriceAfterRefund
-
totalCapturePriceAfterRefund
-
getTotalCapturePriceAfterRefund
Get totalCapturePriceAfterRefund- Returns:
- totalCapturePriceAfterRefund
-
setTotalCapturePriceAfterRefund
-
refundedSourcePrice
-
getRefundedSourcePrice
Get refundedSourcePrice- Returns:
- refundedSourcePrice
-
setRefundedSourcePrice
-
refundedDisplayPrice
-
getRefundedDisplayPrice
Get refundedDisplayPrice- Returns:
- refundedDisplayPrice
-
setRefundedDisplayPrice
-
refundedSupplierPrice
-
getRefundedSupplierPrice
Get refundedSupplierPrice- Returns:
- refundedSupplierPrice
-
setRefundedSupplierPrice
-
refundedInternalPrice
-
getRefundedInternalPrice
Get refundedInternalPrice- Returns:
- refundedInternalPrice
-
setRefundedInternalPrice
-
refundedCapturePrice
-
getRefundedCapturePrice
Get refundedCapturePrice- Returns:
- refundedCapturePrice
-
setRefundedCapturePrice
-
totalTokensEarned
-
getTotalTokensEarned
Total amount of tokens minted on this contract.- Returns:
- totalTokensEarned
-
setTotalTokensEarned
-
cancellableWithNoCharges
-
getCancellableWithNoCharges
Whether the cancellation comes at no cost to the traveler.- Returns:
- cancellableWithNoCharges
-
setCancellableWithNoCharges
-
isCancellableWithPotentialCharges
public BookingContractAgent isCancellableWithPotentialCharges(Boolean isCancellableWithPotentialCharges) -
getIsCancellableWithPotentialCharges
Whether a cancellation comes with partial charges. I.e. Only some of the items in contract are not fully refundable.- Returns:
- isCancellableWithPotentialCharges
-
setIsCancellableWithPotentialCharges
-
commissionableTotalSourceAmount
public BookingContractAgent commissionableTotalSourceAmount(MoneysAgent commissionableTotalSourceAmount) -
getCommissionableTotalSourceAmount
Get commissionableTotalSourceAmount- Returns:
- commissionableTotalSourceAmount
-
setCommissionableTotalSourceAmount
-
commissionableTotalCaptureAmount
public BookingContractAgent commissionableTotalCaptureAmount(MoneysAgent commissionableTotalCaptureAmount) -
getCommissionableTotalCaptureAmount
Get commissionableTotalCaptureAmount- Returns:
- commissionableTotalCaptureAmount
-
setCommissionableTotalCaptureAmount
-
commissionableTotalDisplayAmount
public BookingContractAgent commissionableTotalDisplayAmount(MoneysAgent commissionableTotalDisplayAmount) -
getCommissionableTotalDisplayAmount
Get commissionableTotalDisplayAmount- Returns:
- commissionableTotalDisplayAmount
-
setCommissionableTotalDisplayAmount
-
commissionableTotalSupplierAmount
public BookingContractAgent commissionableTotalSupplierAmount(MoneysAgent commissionableTotalSupplierAmount) -
getCommissionableTotalSupplierAmount
Get commissionableTotalSupplierAmount- Returns:
- commissionableTotalSupplierAmount
-
setCommissionableTotalSupplierAmount
-
commissionableTotalInternalAmount
public BookingContractAgent commissionableTotalInternalAmount(MoneysAgent commissionableTotalInternalAmount) -
getCommissionableTotalInternalAmount
Get commissionableTotalInternalAmount- Returns:
- commissionableTotalInternalAmount
-
setCommissionableTotalInternalAmount
-
cancellableBySupplier
-
getCancellableBySupplier
Whether the booking can still be cancelled completely by the supplier.- Returns:
- cancellableBySupplier
-
setCancellableBySupplier
-
cancellableByTraveler
-
getCancellableByTraveler
Whether the booking can still be cancelled completely by the traveller.- Returns:
- cancellableByTraveler
-
setCancellableByTraveler
-
equals
-
hashCode
public int hashCode() -
toString
-