Uses of Class
travel.wink.sdk.booking.model.Beneficiary
Packages that use Beneficiary
-
Uses of Beneficiary in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryModifier and TypeMethodDescriptionBeneficiary.accountIdentifier(UUID accountIdentifier) Beneficiary.amountDueInCaptureCurrency(BookingUserSpecifiedCurrencyTotal amountDueInCaptureCurrency) Beneficiary.amountDueInDisplayCurrency(BookingUserSpecifiedCurrencyTotal amountDueInDisplayCurrency) Beneficiary.amountDueInInternalCurrency(BookingUserSpecifiedCurrencyTotal amountDueInInternalCurrency) Beneficiary.amountDueInSourceCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSourceCurrency) Beneficiary.amountDueInSupplierCurrency(BookingUserSpecifiedCurrencyTotal amountDueInSupplierCurrency) Beneficiary.type(Beneficiary.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type BeneficiaryModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<Beneficiary>BookingContractItem.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.booking.model with parameters of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.beneficiaryList(List<Beneficiary> beneficiaryList) voidBookingContractItem.setBeneficiaryList(List<Beneficiary> beneficiaryList)