Uses of Class
travel.wink.sdk.extranet.booking.model.PendingRefundSupplierDetails
Packages that use PendingRefundSupplierDetails
-
Uses of PendingRefundSupplierDetails in travel.wink.sdk.extranet.booking.model
Methods in travel.wink.sdk.extranet.booking.model that return PendingRefundSupplierDetailsModifier and TypeMethodDescriptionPendingRefundSupplierDetails.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) PendingRefundSupplierDetails.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) PendingRefundSupplierDetails.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) PendingRefundSupplierDetails.refundIdentifier(String refundIdentifier) PendingRefundSupplierDetails.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) PendingRefundSupplierDetails.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) Methods in travel.wink.sdk.extranet.booking.model that return types with arguments of type PendingRefundSupplierDetailsModifier and TypeMethodDescription@Valid List<PendingRefundSupplierDetails> BeneficiarySupplierDetails.getPendingRefunds()Get pendingRefundsMethods in travel.wink.sdk.extranet.booking.model with parameters of type PendingRefundSupplierDetailsModifier and TypeMethodDescriptionBeneficiarySupplierDetails.addPendingRefundsItem(PendingRefundSupplierDetails pendingRefundsItem) Method parameters in travel.wink.sdk.extranet.booking.model with type arguments of type PendingRefundSupplierDetailsModifier and TypeMethodDescriptionBeneficiarySupplierDetails.pendingRefunds(List<PendingRefundSupplierDetails> pendingRefunds) voidBeneficiarySupplierDetails.setPendingRefunds(List<PendingRefundSupplierDetails> pendingRefunds)