Uses of Class
travel.wink.sdk.booking.model.RefundAgent
Packages that use RefundAgent
-
Uses of RefundAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RefundAgentModifier and TypeMethodDescriptionRefundAgent.acquirerRefundIdentifier(String acquirerRefundIdentifier) RefundAgent.created(LocalDateTime created) RefundAgent.description(String description) RefundAgent.identifier(String identifier) RefundAgent.reasonType(RefundAgent.ReasonTypeEnum reasonType) RefundAgent.receiptUrl(String receiptUrl) RefundAgent.refund(CustomMonetaryAmount refund) RefundAgent.requestedByIdentifier(String requestedByIdentifier) RefundAgent.requestResponse(String requestResponse) RefundAgent.requestStatus(RefundAgent.RequestStatusEnum requestStatus) RefundAgent.requestType(RefundAgent.RequestTypeEnum requestType) RefundAgent.statusType(RefundAgent.StatusTypeEnum statusType) Methods in travel.wink.sdk.booking.model that return types with arguments of type RefundAgentModifier and TypeMethodDescription@Valid List<RefundAgent>BookingContractAgent.getRefunds()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.booking.model with parameters of type RefundAgentMethod parameters in travel.wink.sdk.booking.model with type arguments of type RefundAgentModifier and TypeMethodDescriptionBookingContractAgent.refunds(List<RefundAgent> refunds) voidBookingContractAgent.setRefunds(List<RefundAgent> refunds)