Uses of Class
travel.wink.sdk.booking.model.PendingRefundBooker
Packages that use PendingRefundBooker
-
Uses of PendingRefundBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return PendingRefundBookerModifier and TypeMethodDescriptionPendingRefundBooker.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) PendingRefundBooker.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) PendingRefundBooker.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) PendingRefundBooker.refundIdentifier(String refundIdentifier) PendingRefundBooker.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) PendingRefundBooker.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) Methods in travel.wink.sdk.booking.model that return types with arguments of type PendingRefundBookerModifier and TypeMethodDescription@Valid List<PendingRefundBooker> BeneficiaryBooker.getPendingRefunds()Get pendingRefundsMethods in travel.wink.sdk.booking.model with parameters of type PendingRefundBookerModifier and TypeMethodDescriptionBeneficiaryBooker.addPendingRefundsItem(PendingRefundBooker pendingRefundsItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type PendingRefundBookerModifier and TypeMethodDescriptionBeneficiaryBooker.pendingRefunds(List<PendingRefundBooker> pendingRefunds) voidBeneficiaryBooker.setPendingRefunds(List<PendingRefundBooker> pendingRefunds)