Uses of Class
travel.wink.sdk.affiliate.model.RefundAffiliate
Packages that use RefundAffiliate
-
Uses of RefundAffiliate in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return RefundAffiliateModifier and TypeMethodDescriptionRefundAffiliate.acquirerRefundIdentifier(String acquirerRefundIdentifier) RefundAffiliate.allocation(RefundAffiliate.AllocationEnum allocation) RefundAffiliate.created(LocalDateTime created) RefundAffiliate.description(String description) RefundAffiliate.identifier(String identifier) RefundAffiliate.reasonType(RefundAffiliate.ReasonTypeEnum reasonType) RefundAffiliate.receiptUrl(String receiptUrl) RefundAffiliate.refund(CustomMonetaryAmount refund) RefundAffiliate.requestedByIdentifier(String requestedByIdentifier) RefundAffiliate.requestResponse(String requestResponse) RefundAffiliate.requestStatus(RefundAffiliate.RequestStatusEnum requestStatus) RefundAffiliate.requestType(RefundAffiliate.RequestTypeEnum requestType) RefundAffiliate.statusType(RefundAffiliate.StatusTypeEnum statusType) Methods in travel.wink.sdk.affiliate.model that return types with arguments of type RefundAffiliateModifier and TypeMethodDescription@Valid List<RefundAffiliate>BookingContractAffiliate.getRefunds()An optional list of refunds that occurred with this booking.Methods in travel.wink.sdk.affiliate.model with parameters of type RefundAffiliateModifier and TypeMethodDescriptionBookingContractAffiliate.addRefundsItem(RefundAffiliate refundsItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type RefundAffiliateModifier and TypeMethodDescriptionBookingContractAffiliate.refunds(List<RefundAffiliate> refunds) voidBookingContractAffiliate.setRefunds(List<RefundAffiliate> refunds)