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.amountDueInCaptureCurrency(MoneysBooker amountDueInCaptureCurrency) BeneficiaryBooker.amountDueInDisplayCurrency(MoneysBooker amountDueInDisplayCurrency) BeneficiaryBooker.amountDueInInternalCurrency(MoneysBooker amountDueInInternalCurrency) BeneficiaryBooker.amountDueInSourceCurrency(MoneysBooker amountDueInSourceCurrency) BeneficiaryBooker.amountDueInSupplierCurrency(MoneysBooker amountDueInSupplierCurrency) 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)