Uses of Class
travel.wink.sdk.booking.model.BeneficiaryAgent
Packages that use BeneficiaryAgent
-
Uses of BeneficiaryAgent in travel.wink.sdk.booking.model
Methods in travel.wink.sdk.booking.model that return BeneficiaryAgentModifier and TypeMethodDescriptionBeneficiaryAgent.accountIdentifier(UUID accountIdentifier) BeneficiaryAgent.amountDueInCaptureCurrency(MoneysAgent amountDueInCaptureCurrency) BeneficiaryAgent.amountDueInDisplayCurrency(MoneysAgent amountDueInDisplayCurrency) BeneficiaryAgent.amountDueInInternalCurrency(MoneysAgent amountDueInInternalCurrency) BeneficiaryAgent.amountDueInSourceCurrency(MoneysAgent amountDueInSourceCurrency) BeneficiaryAgent.amountDueInSupplierCurrency(MoneysAgent amountDueInSupplierCurrency) BeneficiaryAgent.type(BeneficiaryAgent.TypeEnum type) Methods in travel.wink.sdk.booking.model that return types with arguments of type BeneficiaryAgentModifier and TypeMethodDescription@NotNull @Valid @Size(min=1,max=2147483647) List<BeneficiaryAgent>BookingContractItemAgent.getBeneficiaryList()Get beneficiaryListMethods in travel.wink.sdk.booking.model with parameters of type BeneficiaryAgentModifier and TypeMethodDescriptionBookingContractItemAgent.addBeneficiaryListItem(BeneficiaryAgent beneficiaryListItem) Method parameters in travel.wink.sdk.booking.model with type arguments of type BeneficiaryAgentModifier and TypeMethodDescriptionBookingContractItemAgent.beneficiaryList(List<BeneficiaryAgent> beneficiaryList) voidBookingContractItemAgent.setBeneficiaryList(List<BeneficiaryAgent> beneficiaryList)