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