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.accountIdentifier(UUID accountIdentifier) BeneficiaryBooker.captureAmount(Double captureAmount) BeneficiaryBooker.captureAmountRefundModifier(Double captureAmountRefundModifier) BeneficiaryBooker.captureCurrency(String captureCurrency) BeneficiaryBooker.displayAmount(Double displayAmount) BeneficiaryBooker.displayAmountRefundModifier(Double displayAmountRefundModifier) BeneficiaryBooker.displayCurrency(String displayCurrency) BeneficiaryBooker.internalAmount(Double internalAmount) BeneficiaryBooker.internalAmountRefundModifier(Double internalAmountRefundModifier) BeneficiaryBooker.internalCurrency(String internalCurrency) BeneficiaryBooker.netCaptureAmount(Double netCaptureAmount) BeneficiaryBooker.netDisplayAmount(Double netDisplayAmount) BeneficiaryBooker.netInternalAmount(Double netInternalAmount) BeneficiaryBooker.netSourceAmount(Double netSourceAmount) BeneficiaryBooker.netSupplierAmount(Double netSupplierAmount) BeneficiaryBooker.sourceAmount(Double sourceAmount) BeneficiaryBooker.sourceAmountRefundModifier(Double sourceAmountRefundModifier) BeneficiaryBooker.sourceCurrency(String sourceCurrency) BeneficiaryBooker.supplierAmount(Double supplierAmount) BeneficiaryBooker.supplierAmountRefundModifier(Double 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 beneficiaryListMethods in travel.wink.sdk.booking.model with parameters of type BeneficiaryBookerModifier and TypeMethodDescriptionBookingContractItemBooker.addBeneficiaryListItem(BeneficiaryBooker beneficiaryListItem) 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)