Uses of Class
travel.wink.sdk.extranet.model.BeneficiarySupplier
Packages that use BeneficiarySupplier
-
Uses of BeneficiarySupplier in travel.wink.sdk.extranet.model
Methods in travel.wink.sdk.extranet.model that return BeneficiarySupplierModifier and TypeMethodDescriptionBeneficiarySupplier.accountIdentifier(UUID accountIdentifier) BeneficiarySupplier.amountDueInCaptureCurrency(MoneysSupplier amountDueInCaptureCurrency) BeneficiarySupplier.amountDueInDisplayCurrency(MoneysSupplier amountDueInDisplayCurrency) BeneficiarySupplier.amountDueInInternalCurrency(MoneysSupplier amountDueInInternalCurrency) BeneficiarySupplier.amountDueInSourceCurrency(MoneysSupplier amountDueInSourceCurrency) BeneficiarySupplier.amountDueInSupplierCurrency(MoneysSupplier amountDueInSupplierCurrency) BeneficiarySupplier.type(BeneficiarySupplier.TypeEnum type) Methods in travel.wink.sdk.extranet.model that return types with arguments of type BeneficiarySupplierModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BeneficiarySupplier>BookingContractItemSupplier.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.extranet.model with parameters of type BeneficiarySupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.addBeneficiaryListItem(BeneficiarySupplier beneficiaryListItem) Method parameters in travel.wink.sdk.extranet.model with type arguments of type BeneficiarySupplierModifier and TypeMethodDescriptionBookingContractItemSupplier.beneficiaryList(List<BeneficiarySupplier> beneficiaryList) voidBookingContractItemSupplier.setBeneficiaryList(List<BeneficiarySupplier> beneficiaryList)