Uses of Class
travel.wink.sdk.affiliate.model.Beneficiary
Packages that use Beneficiary
-
Uses of Beneficiary in travel.wink.sdk.affiliate.model
Methods in travel.wink.sdk.affiliate.model that return BeneficiaryModifier and TypeMethodDescriptionBeneficiary.accountIdentifier(UUID accountIdentifier) Beneficiary.amountDueInCaptureCurrency(Moneys amountDueInCaptureCurrency) Beneficiary.amountDueInDisplayCurrency(Moneys amountDueInDisplayCurrency) Beneficiary.amountDueInInternalCurrency(Moneys amountDueInInternalCurrency) Beneficiary.amountDueInSourceCurrency(Moneys amountDueInSourceCurrency) Beneficiary.amountDueInSupplierCurrency(Moneys amountDueInSupplierCurrency) Beneficiary.type(Beneficiary.TypeEnum type) Methods in travel.wink.sdk.affiliate.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.affiliate.model with parameters of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.addBeneficiaryListItem(Beneficiary beneficiaryListItem) Method parameters in travel.wink.sdk.affiliate.model with type arguments of type BeneficiaryModifier and TypeMethodDescriptionBookingContractItem.beneficiaryList(List<Beneficiary> beneficiaryList) voidBookingContractItem.setBeneficiaryList(List<Beneficiary> beneficiaryList)