Uses of Class
travel.wink.sdk.booking.model.BeneficiaryBooker
Packages that use BeneficiaryBooker
-
Uses of BeneficiaryBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryBookerModifier and TypeMethodDescriptionBeneficiaryBooker.accountEmail(String accountEmail) BeneficiaryBooker.accountIdentifier(String accountIdentifier) BeneficiaryBooker.accountName(String accountName) BeneficiaryBooker.accountUrl(String accountUrl) BeneficiaryBooker.addPendingRefundsItem(PendingRefundBooker pendingRefundsItem) BeneficiaryBooker.amountDue(BeneficiaryChargeBooker amountDue) BeneficiaryBooker.captureAmount(BigDecimal captureAmount) BeneficiaryBooker.captureAmountRefundModifier(BigDecimal captureAmountRefundModifier) BeneficiaryBooker.captureCurrency(String captureCurrency) BeneficiaryBooker.displayAmount(BigDecimal displayAmount) BeneficiaryBooker.displayAmountRefundModifier(BigDecimal displayAmountRefundModifier) BeneficiaryBooker.displayCurrency(String displayCurrency) BeneficiaryBooker.internalAmount(BigDecimal internalAmount) BeneficiaryBooker.internalAmountRefundModifier(BigDecimal internalAmountRefundModifier) BeneficiaryBooker.internalCurrency(String internalCurrency) BeneficiaryBooker.netCaptureAmount(BigDecimal netCaptureAmount) BeneficiaryBooker.netDisplayAmount(BigDecimal netDisplayAmount) BeneficiaryBooker.netInternalAmount(BigDecimal netInternalAmount) BeneficiaryBooker.netSourceAmount(BigDecimal netSourceAmount) BeneficiaryBooker.netSupplierAmount(BigDecimal netSupplierAmount) BeneficiaryBooker.pendingRefunds(List<PendingRefundBooker> pendingRefunds) BeneficiaryBooker.putMetadataItem(String key, String metadataItem) BeneficiaryBooker.reconciled(Boolean reconciled) BeneficiaryBooker.sourceAmount(BigDecimal sourceAmount) BeneficiaryBooker.sourceAmountRefundModifier(BigDecimal sourceAmountRefundModifier) BeneficiaryBooker.sourceCurrency(String sourceCurrency) BeneficiaryBooker.supplierAmount(BigDecimal supplierAmount) BeneficiaryBooker.supplierAmountRefundModifier(BigDecimal supplierAmountRefundModifier) BeneficiaryBooker.supplierCurrency(String supplierCurrency) BeneficiaryBooker.type(BeneficiaryBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type BeneficiaryBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BeneficiaryBooker> BookingContractItemBooker.getBeneficiaryList()Get beneficiaryList@Valid List<BeneficiaryBooker> BookingContractBooker.getTotalFundsGroupedByBeneficiary()Returns all the beneficiaries in this contract with their total amountsMethods in travel.wink.sdk.booking.model with parameters of type BeneficiaryBookerModifier and TypeMethodDescriptionBookingContractItemBooker.addBeneficiaryListItem(BeneficiaryBooker beneficiaryListItem) BookingContractBooker.addTotalFundsGroupedByBeneficiaryItem(BeneficiaryBooker totalFundsGroupedByBeneficiaryItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BeneficiaryBookerModifier and TypeMethodDescriptionBookingContractItemBooker.beneficiaryList(List<BeneficiaryBooker> beneficiaryList) voidBookingContractItemBooker.setBeneficiaryList(List<BeneficiaryBooker> beneficiaryList) voidBookingContractBooker.setTotalFundsGroupedByBeneficiary(List<BeneficiaryBooker> totalFundsGroupedByBeneficiary) BookingContractBooker.totalFundsGroupedByBeneficiary(List<BeneficiaryBooker> totalFundsGroupedByBeneficiary)