Uses of Class
travel.wink.sdk.booking.model.RawBeneficiaryBooker
Packages that use RawBeneficiaryBooker
-
Uses of RawBeneficiaryBooker in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return RawBeneficiaryBookerModifier and TypeMethodDescriptionRawBeneficiaryBooker.amountDue(BeneficiaryChargeBooker amountDue) RawBeneficiaryBooker.identifier(String identifier) RawBeneficiaryBooker.identifierType(RawBeneficiaryBooker.IdentifierTypeEnum identifierType) RawBeneficiaryBooker.type(RawBeneficiaryBooker.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type RawBeneficiaryBookerModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<RawBeneficiaryBooker>RawSupplierContractItemBooker.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.booking.model with parameters of type RawBeneficiaryBookerModifier and TypeMethodDescriptionRawSupplierContractItemBooker.addBeneficiaryListItem(RawBeneficiaryBooker beneficiaryListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type RawBeneficiaryBookerModifier and TypeMethodDescriptionRawSupplierContractItemBooker.beneficiaryList(List<RawBeneficiaryBooker> beneficiaryList) voidRawSupplierContractItemBooker.setBeneficiaryList(List<RawBeneficiaryBooker> beneficiaryList)