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