Uses of Class
travel.wink.sdk.booking.model.RefundBooker
Packages that use RefundBooker
-
Uses of RefundBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RefundBookerModifier and TypeMethodDescriptionRefundBooker.acquirerRefundIdentifier(String acquirerRefundIdentifier) RefundBooker.created(LocalDateTime created) RefundBooker.description(String description) RefundBooker.identifier(String identifier) RefundBooker.reasonType(RefundBooker.ReasonTypeEnum reasonType) RefundBooker.receiptUrl(String receiptUrl) RefundBooker.refund(MoneysBooker refund) RefundBooker.requestedByIdentifier(String requestedByIdentifier) RefundBooker.requestResponse(String requestResponse) RefundBooker.requestStatus(RefundBooker.RequestStatusEnum requestStatus) RefundBooker.requestType(RefundBooker.RequestTypeEnum requestType) RefundBooker.statusType(RefundBooker.StatusTypeEnum statusType) Methods in travel.wink.sdk.booking.model that return types with arguments of type RefundBookerModifier and TypeMethodDescription@Valid List<RefundBooker>BookingContractBooker.getRefunds()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.booking.model with parameters of type RefundBookerMethod parameters in travel.wink.sdk.booking.model with type arguments of type RefundBookerModifier and TypeMethodDescriptionBookingContractBooker.refunds(List<RefundBooker> refunds) voidBookingContractBooker.setRefunds(List<RefundBooker> refunds)